Skip to content

Commit 792d461

Browse files
Demos. vue rehype-parse
add // @ts-expect-error
1 parent 07b91a1 commit 792d461

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/demos/Demos/HtmlEditor/MarkdownSupport/Vue

apps/demos/Demos/HtmlEditor/MarkdownSupport/Vue/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const converter = {
5959
6060
toHtml(value) {
6161
const result = unified()
62+
// @ts-expect-error
6263
.use(remarkParse)
6364
.use(remarkRehype)
6465
.use(rehypeStringify)

0 commit comments

Comments
 (0)