fix: doc component

This commit is contained in:
Henry
2020-11-16 19:55:51 +00:00
parent 6937de3c4c
commit 2f231c29c0

View File

@@ -64,6 +64,10 @@ export default {
type: String, type: String,
default: null default: null
}, },
selfhost: {
type: String,
default: null
},
}, },
methods: { methods: {
renderMarkdown(item) { renderMarkdown(item) {