App.vue 199 B

1234567891011121314151617
  1. <template lang="pug">
  2. .pos
  3. h2 Hello from Eiru Pos
  4. </template>
  5. <script>
  6. export default {
  7. }
  8. </script>
  9. <style lang="sass">
  10. .pos
  11. background:
  12. }}}
  13. </style>