index.vue 218 B

123456789
  1. <template>
  2. <div class="h-full">
  3. <n-card title="当前页面只有super才能看到" class="h-full shadow-sm rounded-16px"></n-card>
  4. </div>
  5. </template>
  6. <script setup lang="ts"></script>
  7. <style scoped></style>