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