Files
Yi.Framework/Yi.Vue/src/views/AdmMenu.vue
2021-10-16 14:48:55 +08:00

18 lines
210 B
Vue

<template>
<v-card class="mx-auto" width="100%">
<ccTreeview></ccTreeview>
</v-card>
</template>
<script>
export default {
created() {
},
data: () => ({
}),
methods: {
},
};
</script>