提交学习笔记专用
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.

11 lines
221 B

3 weeks ago
  1. <template>
  2. <Count/>
  3. <br>
  4. <LoveTalk/>
  5. </template>
  6. <script setup lang="ts" name="App">
  7. import Count from './components/Count.vue'
  8. import LoveTalk from './components/LoveTalk.vue'
  9. </script>
  10. <style scoped>
  11. </style>