home.vue 135 B

123456789
  1. <template>
  2. <div>
  3. <h1>abc</h1>
  4. </div>
  5. </template>
  6. <script lang="ts" setup>
  7. </script>
  8. <style scoped lang="scss"></style>