Commit c2414f2e authored by heyihong's avatar heyihong

注释vconsole

parent 46d656c2
......@@ -6,8 +6,8 @@ import Vconsole from 'vconsole';
export function createApp() {
const app = createSSRApp(App);
app.use(store);
const vConsole = new Vconsole();
app.use(vConsole);
// const vConsole = new Vconsole();
// app.use(vConsole);
return {
app,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment