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

Commit 9df0901

Browse files
committed
update: beta => v0.7, remove unused comments
1 parent ef9de58 commit 9df0901

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Comment.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ 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
}

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)