Commit c2414f2e authored by heyihong's avatar heyihong

注释vconsole

parent 46d656c2
...@@ -6,8 +6,8 @@ import Vconsole from 'vconsole'; ...@@ -6,8 +6,8 @@ import Vconsole from 'vconsole';
export function createApp() { export function createApp() {
const app = createSSRApp(App); const app = createSSRApp(App);
app.use(store); app.use(store);
const vConsole = new Vconsole(); // const vConsole = new Vconsole();
app.use(vConsole); // app.use(vConsole);
return { return {
app, 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