From bbb7372d66418befafd53a9b62bb5cfab2d7ee8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C002001lixiaobang=E2=80=9D?= <2547956374@qq.com> Date: Fri, 10 Feb 2023 14:36:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yingyeting/.gitignore => .gitignore | 0 yingyeting/README.md => README.md | 0 yingyeting/babel.config.js => babel.config.js | 0 yingyeting/jsconfig.json => jsconfig.json | 0 yingyeting/package-lock.json => package-lock.json | 0 yingyeting/package.json => package.json | 0 {yingyeting/public => public}/favicon.ico | Bin {yingyeting/public => public}/index.html | 0 {yingyeting/src => src}/App.vue | 2 +- {yingyeting/src => src}/main.js | 0 {yingyeting/src => src}/router.js | 0 {yingyeting/src => src}/view/index.vue | 0 yingyeting/vue.config.js => vue.config.js | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename yingyeting/.gitignore => .gitignore (100%) rename yingyeting/README.md => README.md (100%) rename yingyeting/babel.config.js => babel.config.js (100%) rename yingyeting/jsconfig.json => jsconfig.json (100%) rename yingyeting/package-lock.json => package-lock.json (100%) rename yingyeting/package.json => package.json (100%) rename {yingyeting/public => public}/favicon.ico (100%) rename {yingyeting/public => public}/index.html (100%) rename {yingyeting/src => src}/App.vue (96%) rename {yingyeting/src => src}/main.js (100%) rename {yingyeting/src => src}/router.js (100%) rename {yingyeting/src => src}/view/index.vue (100%) rename yingyeting/vue.config.js => vue.config.js (100%) diff --git a/yingyeting/.gitignore b/.gitignore similarity index 100% rename from yingyeting/.gitignore rename to .gitignore diff --git a/yingyeting/README.md b/README.md similarity index 100% rename from yingyeting/README.md rename to README.md diff --git a/yingyeting/babel.config.js b/babel.config.js similarity index 100% rename from yingyeting/babel.config.js rename to babel.config.js diff --git a/yingyeting/jsconfig.json b/jsconfig.json similarity index 100% rename from yingyeting/jsconfig.json rename to jsconfig.json diff --git a/yingyeting/package-lock.json b/package-lock.json similarity index 100% rename from yingyeting/package-lock.json rename to package-lock.json diff --git a/yingyeting/package.json b/package.json similarity index 100% rename from yingyeting/package.json rename to package.json diff --git a/yingyeting/public/favicon.ico b/public/favicon.ico similarity index 100% rename from yingyeting/public/favicon.ico rename to public/favicon.ico diff --git a/yingyeting/public/index.html b/public/index.html similarity index 100% rename from yingyeting/public/index.html rename to public/index.html diff --git a/yingyeting/src/App.vue b/src/App.vue similarity index 96% rename from yingyeting/src/App.vue rename to src/App.vue index 9fa185d..cb7733c 100644 --- a/yingyeting/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@
- +
diff --git a/yingyeting/src/main.js b/src/main.js similarity index 100% rename from yingyeting/src/main.js rename to src/main.js diff --git a/yingyeting/src/router.js b/src/router.js similarity index 100% rename from yingyeting/src/router.js rename to src/router.js diff --git a/yingyeting/src/view/index.vue b/src/view/index.vue similarity index 100% rename from yingyeting/src/view/index.vue rename to src/view/index.vue diff --git a/yingyeting/vue.config.js b/vue.config.js similarity index 100% rename from yingyeting/vue.config.js rename to vue.config.js