fix:修改utils

This commit is contained in:
MTrun
2021-12-20 14:29:29 +08:00
parent 8dc4769b64
commit d388bea7bd
20 changed files with 121 additions and 100 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import i18n from '@/i18n/index'
import { setupStore } from '@/store'
import { setupNaive, setupDirectives, setupCustomComponents } from '@/plugins'
import { AppProvider } from '@/components/Application'
import { setHtmlTheme } from '@/utils/style'
import { setHtmlTheme } from '@/utils'
async function appInit() {
const appProvider = createApp(AppProvider)