index.vue 210 B

123456789
  1. <template>
  2. <div class="h-full">
  3. <n-card title="多级菜单 - 二级菜单" class="h-full shadow-sm rounded-16px"></n-card>
  4. </div>
  5. </template>
  6. <script setup lang="ts"></script>
  7. <style scoped></style>