1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-23 16:10:21 +08:00

style: lint

This commit is contained in:
zclzone
2024-09-06 14:46:07 +08:00
parent 2264512a8b
commit 520db7ec6e
37 changed files with 104 additions and 104 deletions

View File

@@ -11,7 +11,7 @@
<div class="flex">
<n-spin size="small" :show="treeLoading">
<MenuTree
v-model:currentMenu="currentMenu"
v-model:current-menu="currentMenu"
class="w-320 shrink-0"
:tree-data="treeData"
@refresh="initData"
@@ -92,11 +92,11 @@
</template>
<script setup>
import { MeCrud } from '@/components'
import { NButton, NSwitch } from 'naive-ui'
import api from './api'
import MenuTree from './components/MenuTree.vue'
import ResAddOrEdit from './components/ResAddOrEdit.vue'
import api from './api'
import { MeCrud } from '@/components'
const treeData = ref([])
const treeLoading = ref(false)