diff --git a/.gitignore b/.gitignore index 967a032..972ccc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .DS_Store node_modules -/dist - +dist # local env files .env.local diff --git a/package.json b/package.json index 15386bd..4247da5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "@vue/cli-plugin-vuex": "~4.5.13", "@vue/cli-service": "~4.5.13", "node-sass": "^4.14.1", - "uglifyjs-webpack-plugin": "^2.2.0", "vue-template-compiler": "^2.6.11" } -} +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 7957fb7..a7943ac 100644 --- a/public/index.html +++ b/public/index.html @@ -1,18 +1,21 @@ - - - - - - - <%= htmlWebpackPlugin.options.title %> - - - -
- - - + + + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + +
+ + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index ca80125..752b972 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,6 @@ @@ -18,6 +16,7 @@ export default { return {}; }, }; +// "uglifyjs-webpack-plugin": "^2.2.0", diff --git a/src/views/model/downloadVideo.vue b/src/views/model/downloadVideo.vue index dd6ae94..092963a 100644 --- a/src/views/model/downloadVideo.vue +++ b/src/views/model/downloadVideo.vue @@ -1,22 +1,24 @@ @@ -24,10 +26,12 @@ diff --git a/src/views/model/getPaper.vue b/src/views/model/getPaper.vue index 7e0860a..77ed896 100644 --- a/src/views/model/getPaper.vue +++ b/src/views/model/getPaper.vue @@ -1,5 +1,5 @@