From 43745a31c3fa7bd216521868b9f5d1238c9393c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?java=E6=9D=8E=E6=9D=A8=E5=8B=87?= <13219015380@163.com> Date: Wed, 31 Aug 2022 15:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0src/main.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index 9c7e4e5..2649967 100644 --- a/src/main.js +++ b/src/main.js @@ -3,6 +3,7 @@ import App from './App.vue' import router from './router.js' import './components/element-ui/element.js' import './components/vant-ui' + Vue.config.productionTip = false new Vue({ router, -- GitLab