soybean-admin/src/views/multi-menu/first/second/index.vue

11 lines
227 B
Vue

<template>
<div>
<n-card title="多级菜单-二级菜单" class="h-full shadow-sm rounded-16px"></n-card>
</div>
</template>
<script setup lang="ts">
import { NCard } from 'naive-ui';
</script>
<style scoped></style>