去掉控制台

parent c1f51ef0
...@@ -10,7 +10,7 @@ export function createApp() { ...@@ -10,7 +10,7 @@ export function createApp() {
const app = createSSRApp(App); const app = createSSRApp(App);
app.config.globalProperties.$formatTimestamp = formatTimestamp; app.config.globalProperties.$formatTimestamp = formatTimestamp;
app.component("NavBar", NavBar); app.component("NavBar", NavBar);
const vConsole = new Vconsole(); // const vConsole = new Vconsole();
app.use(store); app.use(store);
// app.use(Button); // app.use(Button);
// app.use(vConsole); // app.use(vConsole);
......
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