From 6568f92de41161e5fd50169a567bd15a6eeb08ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9B=85=E5=93=B2?= <14886042+wang-yazhe1234@user.noreply.gitee.com> Date: Thu, 28 Nov 2024 16:30:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20main?= =?UTF-8?q?.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 main.js diff --git a/main.js b/main.js deleted file mode 100644 index 4da8f2d..0000000 --- a/main.js +++ /dev/null @@ -1,18 +0,0 @@ -// The Vue build version to load with the `import` command -// (runtime-only or standalone) has been set in webpack.base.conf with an alias. -import Vue from 'vue' -import App from './App' -import router from './router' -import ElementUI from 'element-ui' -import 'element-ui/lib/theme-chalk/index.css';//引入样式 -Vue.use(ElementUI) - -Vue.config.productionTip = false - -/* eslint-disable no-new */ -new Vue({ - el: '#app', - router, - components: { App }, - template: '' -}) -- Gitee From ac69fa5707aaccdd81c4405324b81d0c8383f757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=9B=85=E5=93=B2?= <14886042+wang-yazhe1234@user.noreply.gitee.com> Date: Thu, 28 Nov 2024 09:48:25 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Revert=20"=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20main.js"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6568f92de41161e5fd50169a567bd15a6eeb08ed. --- main.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 main.js diff --git a/main.js b/main.js new file mode 100644 index 0000000..4da8f2d --- /dev/null +++ b/main.js @@ -0,0 +1,18 @@ +// The Vue build version to load with the `import` command +// (runtime-only or standalone) has been set in webpack.base.conf with an alias. +import Vue from 'vue' +import App from './App' +import router from './router' +import ElementUI from 'element-ui' +import 'element-ui/lib/theme-chalk/index.css';//引入样式 +Vue.use(ElementUI) + +Vue.config.productionTip = false + +/* eslint-disable no-new */ +new Vue({ + el: '#app', + router, + components: { App }, + template: '' +}) -- Gitee