diff --git a/components/i/md/mdc.vue b/components/i/md/mdc.vue index 86f8d12ad3f6f7b61fd232341cee286201e3a85d..b2f00933d0bbb497d3885e598504e9732b2df1d1 100644 --- a/components/i/md/mdc.vue +++ b/components/i/md/mdc.vue @@ -11,5 +11,5 @@ const parseContentToMarkdown = () => { } watchDebounced(() => props.content, () => { parseContentToMarkdown() -}, { debounce: 100, maxWait: 500 }) +}, { debounce: 100, maxWait: 500, immediate: true }) \ No newline at end of file