From 915bc55e9c1b6003973467c46e1b56889522a012 Mon Sep 17 00:00:00 2001 From: youmu <1034568563@qq.com> Date: Wed, 2 Jun 2021 21:15:05 +0800 Subject: [PATCH] text --- src/App.vue | 17 + src/main.js | 17 + src/pages/home/Gome.vue | 16 + src/pages/home/components/HomeHead.vue | 170 +++++++++ src/pages/home/ershou.vue | 481 +++++++++++++++++++++++++ src/pages/home/xiangqing.vue | 62 ++++ 6 files changed, 763 insertions(+) create mode 100644 src/App.vue create mode 100644 src/main.js create mode 100644 src/pages/home/Gome.vue create mode 100644 src/pages/home/components/HomeHead.vue create mode 100644 src/pages/home/ershou.vue create mode 100644 src/pages/home/xiangqing.vue diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..ce8343d --- /dev/null +++ b/src/App.vue @@ -0,0 +1,17 @@ + + + + diff --git a/src/main.js b/src/main.js new file mode 100644 index 0000000..10aca4f --- /dev/null +++ b/src/main.js @@ -0,0 +1,17 @@ +// 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 $ from 'jquery' + +// Vue.prototype.$=$ +Vue.config.productionTip = false + +/* eslint-disable no-new */ +new Vue({ + el: '#app', + router, + components: { App }, + template: '' +}) diff --git a/src/pages/home/Gome.vue b/src/pages/home/Gome.vue new file mode 100644 index 0000000..3a4da4b --- /dev/null +++ b/src/pages/home/Gome.vue @@ -0,0 +1,16 @@ + + + \ No newline at end of file diff --git a/src/pages/home/components/HomeHead.vue b/src/pages/home/components/HomeHead.vue new file mode 100644 index 0000000..1077168 --- /dev/null +++ b/src/pages/home/components/HomeHead.vue @@ -0,0 +1,170 @@ + + + \ No newline at end of file diff --git a/src/pages/home/ershou.vue b/src/pages/home/ershou.vue new file mode 100644 index 0000000..ad8bbce --- /dev/null +++ b/src/pages/home/ershou.vue @@ -0,0 +1,481 @@ + + + \ No newline at end of file diff --git a/src/pages/home/xiangqing.vue b/src/pages/home/xiangqing.vue new file mode 100644 index 0000000..81e7882 --- /dev/null +++ b/src/pages/home/xiangqing.vue @@ -0,0 +1,62 @@ + + + -- Gitee