Skip to content

Commit

Permalink
删除文章Valine评论组件
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen authored Nov 13, 2019
1 parent c5ea5d4 commit dd2a5c3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/page/detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,7 @@
components: {
loading
},
updated() {
this.$nextTick(function () {
new Valine({
av: AV,
el: '#comments',
appId: 'NWmkgn7YgE53xSj6963D2hE5-gzGzoHsz',
appKey: 'UbveIK6lxebyHblry0eSJsWP',
path: window.location.href,
notify: false,
verify: false,
avatar: 'mm',
placeholder: '麻烦留言的各位看客们,请你们把姓名填上,邮箱网址选填(。◕ˇ∀ˇ◕)',
highlight: true,
visitor: true
})
})
}
updated() {}
}
</script>

Expand Down

0 comments on commit dd2a5c3

Please sign in to comment.