提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
226 B

2 weeks ago
3 weeks ago
2 weeks ago
  1. <template>
  2. <GuPiao/>
  3. </template>
  4. <script setup lang="ts" name="App">
  5. import Count from './components/Count.vue'
  6. import LoveTalk from './components/LoveTalk.vue'
  7. import GuPiao from './components/GuPiao.vue';
  8. </script>