| src/main.ts | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main.ts
@@ -8,10 +8,10 @@ import App from './App.vue' import VConsole from 'vconsole' // if (import.meta.env.VITE_ENV === 'development') { if (import.meta.env.VITE_ENV === 'development') { // 如果需要在手机平板上打开控制台,安装一个这个 const vConsole = new VConsole() // } } createApp(App).use(router).use(ElementPlus).use(Vant).mount('#app')