mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-17 17:26:38 +08:00
11 lines
227 B
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>
|