1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-29 04:20:22 +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

@@ -95,10 +95,10 @@
</template>
<script setup>
import { NButton, NSwitch } from 'naive-ui'
import api from './api'
import { MeCrud, MeModal, MeQueryItem } from '@/components'
import { useCrud } from '@/composables'
import { NButton, NSwitch } from 'naive-ui'
import api from './api'
defineOptions({ name: 'RoleMgt' })