chore: bump marked

This commit is contained in:
Evan You
2022-01-18 07:57:00 +08:00
parent 8cbfe092cf
commit 0c06c748a5
4 changed files with 8 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ Vue.createApp({
}),
computed: {
compiledMarkdown() {
return marked(this.input, { sanitize: true })
return marked.marked(this.input, { sanitize: true })
}
},
methods: {