From b0444c17fa80257e8cde74d51e2269cb1594ddc6 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: Wed, 27 Nov 2024 11:24:12 +0000 Subject: [PATCH 1/2] test_new_pr01 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王雅哲 <14886042+wang-yazhe1234@user.noreply.gitee.com> --- components/HelloWorld.vue | 3 +++ main.js | 1 + router/index.js | 1 + 3 files changed, 5 insertions(+) diff --git a/components/HelloWorld.vue b/components/HelloWorld.vue index 2cb6044..51d3221 100644 --- a/components/HelloWorld.vue +++ b/components/HelloWorld.vue @@ -24,6 +24,9 @@ + + + ' }) +//111 \ No newline at end of file diff --git a/router/index.js b/router/index.js index 5fa7f9d..9ea7947 100644 --- a/router/index.js +++ b/router/index.js @@ -13,3 +13,4 @@ export default new Router({ } ] }) +//222 -- Gitee From cc6038d6e6b58a343afb4116689ada2a976b3e73 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:54:46 +0000 Subject: [PATCH 2/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 | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 main.js diff --git a/main.js b/main.js deleted file mode 100644 index 4377771..0000000 --- a/main.js +++ /dev/null @@ -1,19 +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: '' -}) -//111 \ No newline at end of file -- Gitee