18 lines
210 B
Vue
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> |