From e7ada3cf38d865138331e244b787fb83ad02ac16 Mon Sep 17 00:00:00 2001 From: ella <1522497539@qq.com> Date: Tue, 6 Aug 2024 02:38:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9main.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ella <1522497539@qq.com> --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 7b67a27..e7ca3de 100644 --- a/src/main.js +++ b/src/main.js @@ -7,7 +7,7 @@ import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; import "./styles/index.scss" Vue.use(ElementUI); - +// 这是web版本的IDE Vue.config.productionTip = false -- Gitee