|
@@ -17,7 +17,7 @@ import loading from '@/components/loading.vue'
|
|
|
import useStore from './store/index'
|
|
import useStore from './store/index'
|
|
|
import { computed } from 'vue'
|
|
import { computed } from 'vue'
|
|
|
import { zhCN, dateZhCN } from 'naive-ui'
|
|
import { zhCN, dateZhCN } from 'naive-ui'
|
|
|
-import Theme from '@/assets/naiveTheme.json'
|
|
|
|
|
|
|
+import Theme from '@/assets/naive-theme.json'
|
|
|
|
|
|
|
|
const store = useStore()
|
|
const store = useStore()
|
|
|
const show = computed(() => store.loading)
|
|
const show = computed(() => store.loading)
|