去 vconsole

This commit is contained in:
haomingming 2025-12-28 09:17:19 +08:00
parent 0c9587b100
commit 8a2bf1bad2

View File

@ -11,7 +11,7 @@ router.afterEach((to, from, next) => {
}) })
const vConsole = new VConsole(); // const vConsole = new VConsole();
const app = createApp(App); const app = createApp(App);
app.use(router); app.use(router);