index.vue 163 B

123456789
  1. <template>
  2. <div class="home card"></div>
  3. </template>
  4. <script setup lang="ts" name="home"></script>
  5. <style scoped lang="scss">
  6. @import "./index.scss";
  7. </style>