HelloWorld.vue 114 B

12345678910111213
  1. <template>
  2. <div class="hello">
  3. </div>
  4. </template>
  5. <script>
  6. export default {
  7. }
  8. </script>
  9. <style>
  10. </style>