Home.vue 131 B

12345678910111213
  1. <script setup>
  2. </script>
  3. <template>
  4. <h1> home页面</h1>
  5. </template>
  6. <style scoped lang="css" >
  7. @import "./home.css";
  8. </style>