Locorum.vue 220 B

123456789101112131415161718
  1. <template>
  2. <div
  3. id="locorum"
  4. class="full-width"
  5. >
  6. <h1>Locorum</h1>
  7. </div>
  8. </template>
  9. <script>
  10. export default {
  11. name: 'Locorum',
  12. data: () => ({
  13. })
  14. }
  15. </script>
  16. <style lang="scss" scoped>
  17. </style>