去除VConsole
This commit is contained in:
parent
84c8377dd8
commit
f20b982e33
|
|
@ -1,9 +1,9 @@
|
||||||
import { createSSRApp } from 'vue'
|
import { createSSRApp } from 'vue'
|
||||||
import App from './App.vue'
|
import App from './App.vue'
|
||||||
import pinia from './stores/index'
|
import pinia from './stores/index'
|
||||||
import VConsole from 'vconsole'
|
// import VConsole from 'vconsole'
|
||||||
|
|
||||||
new VConsole()
|
// new VConsole()
|
||||||
|
|
||||||
import '@/styles/reset.css'
|
import '@/styles/reset.css'
|
||||||
import '@/styles/common.scss'
|
import '@/styles/common.scss'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue