Speiseplan der Mensen der Georg-August-Universität Göttingen https://mensa.schneider-hosting.de
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
440 B

7 years ago
  1. <template>
  2. <div class="hello">
  3. <p>
  4. {{ $route.fullPath }}
  5. </p>
  6. </div>
  7. </template>
  8. <script>
  9. export default {
  10. name: 'mensa',
  11. data () {
  12. return {
  13. }
  14. }
  15. }
  16. </script>
  17. <!-- Add "scoped" attribute to limit CSS to this component only -->
  18. <style scoped>
  19. h1, h2 {
  20. font-weight: normal;
  21. }
  22. ul {
  23. list-style-type: none;
  24. padding: 0;
  25. }
  26. li {
  27. display: inline-block;
  28. margin: 0 10px;
  29. }
  30. a {
  31. color: #42b983;
  32. }
  33. </style>