Operum.vue 217 B

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