From e985341610a036040c20a97d0695ce4353177d51 Mon Sep 17 00:00:00 2001 From: Theluyuan <1162963624@qq.com> Date: Tue, 26 Dec 2023 11:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=A1=E6=81=AF?= 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 1c1646e..238fb93 100644 --- a/src/main.js +++ b/src/main.js @@ -7,7 +7,7 @@ Vue.use(ElementUI); Vue.prototype.axios = axios Vue.config.productionTip = false -// 新加 123 +// 新加 123 123456 new Vue({ render: h => h(App), }).$mount('#app')