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

10 lines
227 B
Vue

<template>
<div class="h-full">
<n-card title="多级菜单 - 二级菜单" :bordered="false" class="h-full rounded-8px shadow-sm"></n-card>
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>