Skip to content

Commit

Permalink
🔥 remove vue-social-sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicejade committed Feb 6, 2022
1 parent ba64629 commit 1596061
Show file tree
Hide file tree
Showing 7 changed files with 1,907 additions and 5,864 deletions.
16 changes: 4 additions & 12 deletions build/vendor-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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 }
}
}
Expand Down
1 change: 0 additions & 1 deletion build/webpack.dll.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
'raven-js',
'countup',
'marked',
'vue-social-sharing',
'vue-content-placeholder',
],
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"private": true,
Expand Down Expand Up @@ -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": {
Expand Down
81 changes: 0 additions & 81 deletions src/components/SocialShare.vue

This file was deleted.

16 changes: 2 additions & 14 deletions src/views/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
<div class="panel-body">
<div class="main-container">
<div class="entry-list">
<links-list :pdata="niceLinksArr" :is-loading="isLoading">
<social-share
slot="link-share"
:share-url="currentPath"
:share-content="createShareContent(niceLinksDetail)"
:hashtags="createShareTags(niceLinksDetail)"
>
</social-share>
</links-list>
<links-list :pdata="niceLinksArr" :is-loading="isLoading" />
<div id="waline"></div>
</div>
<aside-list :index="index"></aside-list>
Expand All @@ -23,8 +15,6 @@
</template>

<script>
import SocialShare from 'components/SocialShare'
export default {
name: 'Post',
Expand All @@ -41,9 +31,7 @@ export default {
watch: {},
components: {
SocialShare,
},
components: {},
created() {
this.fetchPostData()
Expand Down
Loading

0 comments on commit 1596061

Please sign in to comment.