mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
11 lines
244 B
Vue
11 lines
244 B
Vue
<template>
|
|
<div class="h-full">
|
|
<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>
|