From 039221c269229f77a7ab8f05ec0b653f62b6b934 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 03:55:17 +0000 Subject: [PATCH 1/3] =?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 bff10ec328d5cc82a8d78d8645db626fcdde8dcf 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 05:57:09 +0000 Subject: [PATCH 2/3] =?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 039221c269229f77a7ab8f05ec0b653f62b6b934. --- 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 From 17ced4dc46edcd044ac091ed727dfb207bb4b5e9 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 08:28:10 +0000 Subject: [PATCH 3/3] =?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