From 1596061f15e8aaa17ccb2f6eaed13a692555b8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JadeYang=28=E6=9D=A8=E7=90=BC=E7=92=9E=29?= Date: Sun, 6 Feb 2022 17:00:16 +0800 Subject: [PATCH] :fire: remove vue-social-sharing --- build/vendor-manifest.json | 16 +- build/webpack.dll.conf.js | 1 - package.json | 3 +- src/components/SocialShare.vue | 81 - src/views/Post.vue | 16 +- static/js/vendor.dll.js | 7644 ++++++++------------------------ yarn.lock | 10 +- 7 files changed, 1907 insertions(+), 5864 deletions(-) delete mode 100644 src/components/SocialShare.vue diff --git a/build/vendor-manifest.json b/build/vendor-manifest.json index 8eb145a4..b8a49cf1 100644 --- a/build/vendor-manifest.json +++ b/build/vendor-manifest.json @@ -7,12 +7,12 @@ "buildMeta": { "providedExports": true } }, "./node_modules/process/browser.js": { "id": 2, "buildMeta": { "providedExports": true } }, + "./node_modules/axios/lib/defaults.js": { "id": 3, "buildMeta": { "providedExports": true } }, + "./node_modules/raven-js/src/utils.js": { "id": 4, "buildMeta": { "providedExports": true } }, "./node_modules/timers-browserify/main.js": { - "id": 3, + "id": 5, "buildMeta": { "providedExports": true } }, - "./node_modules/axios/lib/defaults.js": { "id": 4, "buildMeta": { "providedExports": true } }, - "./node_modules/raven-js/src/utils.js": { "id": 5, "buildMeta": { "providedExports": true } }, "./node_modules/axios/lib/helpers/bind.js": { "id": 6, "buildMeta": { "providedExports": true } @@ -166,16 +166,8 @@ "buildMeta": { "providedExports": true } }, "./node_modules/marked/lib/marked.js": { "id": 48, "buildMeta": { "providedExports": true } }, - "./node_modules/vue-social-sharing/dist/vue-social-sharing.common.js": { - "id": 49, - "buildMeta": { "providedExports": true } - }, - "./node_modules/vue/dist/vue.runtime.esm.js": { - "id": 50, - "buildMeta": { "exportsType": "namespace", "providedExports": ["default"] } - }, "./node_modules/vue-content-placeholder/dist/vue-content-placeholder.min.js": { - "id": 51, + "id": 49, "buildMeta": { "moduleConcatenationBailout": "eval()", "providedExports": true } } } diff --git a/build/webpack.dll.conf.js b/build/webpack.dll.conf.js index 87b437c0..26ec453a 100644 --- a/build/webpack.dll.conf.js +++ b/build/webpack.dll.conf.js @@ -19,7 +19,6 @@ module.exports = { 'raven-js', 'countup', 'marked', - 'vue-social-sharing', 'vue-content-placeholder', ], }, diff --git a/package.json b/package.json index 09fb5c73..8c5fae95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nicelinks-vue-client", - "version": "2.0.0", + "version": "2.0.1", "description": "A nice website for assembling nice links created using Vue.js", "author": "jeffjade ", "private": true, @@ -52,7 +52,6 @@ "vue-content-placeholder": "^1.1.1", "vue-i18n": "^5.0.0", "vue-router": "^2.2.0", - "vue-social-sharing": "^2.2.6", "vuex": "^2.3.1" }, "devDependencies": { diff --git a/src/components/SocialShare.vue b/src/components/SocialShare.vue deleted file mode 100644 index 9e8a583f..00000000 --- a/src/components/SocialShare.vue +++ /dev/null @@ -1,81 +0,0 @@ - - - - - diff --git a/src/views/Post.vue b/src/views/Post.vue index 560af9b3..c8824f89 100644 --- a/src/views/Post.vue +++ b/src/views/Post.vue @@ -4,15 +4,7 @@
- - - - +
@@ -23,8 +15,6 @@