Files
Yi.Admin/Yi.Vue/src/views/AdmMenu.vue

18 lines
210 B
Vue
Raw Normal View History

2021-10-13 17:44:42 +08:00
<template>
<v-card class="mx-auto" width="100%">
2021-10-16 14:48:55 +08:00
<ccTreeview></ccTreeview>
</v-card>
2021-10-13 17:44:42 +08:00
</template>
<script>
export default {
created() {
2021-10-16 14:48:55 +08:00
},
2021-10-13 17:44:42 +08:00
data: () => ({
2021-10-16 14:48:55 +08:00
}),
methods: {
2021-10-16 14:48:55 +08:00
},
2021-10-13 17:44:42 +08:00
};
</script>