10 lines
227 B
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>
|