Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit 995734a

Browse files
committed
Merge branch 'wxsms-patch-1'
2 parents f7c0cc3 + 9df0901 commit 995734a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Comment.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ function renderComment (frontmatter) {
8282
if (el.startsWith('#')) {
8383
el = el.slice(1)
8484
}
85-
console.log(el)
8685
return provider.valine.render(frontmatter, el)
8786
default: return false
8887
}
8988
}
90-
</script>
89+
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-plugin-comment",
3-
"version": "0.7.0-beta.1",
3+
"version": "0.7.0",
44
"description": "Support popluar comment plugins in Vuepress, sucn as Gitalk, Valine, Disqus.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)