From 38fc5d78ca3c1cc00b19c0232b319458380731d2 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:40:57 +0800 Subject: [PATCH] 1212 --- app/plugins/vconsole.client.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/plugins/vconsole.client.js b/app/plugins/vconsole.client.js index 8224b4f..6738ed9 100644 --- a/app/plugins/vconsole.client.js +++ b/app/plugins/vconsole.client.js @@ -1,7 +1,5 @@ import VConsole from 'vconsole' export default defineNuxtPlugin(() => { - if (process.env.NODE_ENV !== 'production') { - const vConsole = new VConsole() - } + const vConsole = new VConsole() }) \ No newline at end of file