提交 cda6d39c 编写于 作者: D DebugIsFalse

Update mdc.vue

上级 f6cfb3f9
...@@ -11,5 +11,5 @@ const parseContentToMarkdown = () => { ...@@ -11,5 +11,5 @@ const parseContentToMarkdown = () => {
} }
watchDebounced(() => props.content, () => { watchDebounced(() => props.content, () => {
parseContentToMarkdown() parseContentToMarkdown()
}, { debounce: 100, maxWait: 500 }) }, { debounce: 100, maxWait: 500, immediate: true })
</script> </script>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册