This commit is contained in:
xiaozhiyong
2023-04-10 10:03:55 +08:00
parent 843a603106
commit 8ab0bd3b09
4 changed files with 52 additions and 6 deletions

View File

@@ -9,6 +9,11 @@ import * as utils from 'utils/index.js'
import 'vant/lib/index.css'
import '@/assets/iconfont/iconfont.css'
import { createPinia, PiniaVuePlugin } from 'pinia'
import vConsole from 'vconsole'
if (process.env.VUE_APP_ENV !== 'production') {
new vConsole()
}
Vue.use(PiniaVuePlugin)
const pinia = createPinia()