From 8a2bf1bad2d962e9275c6fa1cf7d887c9fbca9cd Mon Sep 17 00:00:00 2001 From: haomingming Date: Sun, 28 Dec 2025 09:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=20vconsole?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index d15e38d..a4652fc 100644 --- a/src/main.js +++ b/src/main.js @@ -11,7 +11,7 @@ router.afterEach((to, from, next) => { }) -const vConsole = new VConsole(); +// const vConsole = new VConsole(); const app = createApp(App); app.use(router);