Add frequently used prompt function.
This commit is contained in:
@@ -65,7 +65,6 @@ const highlightCode = () => {
|
||||
}
|
||||
|
||||
watchEffect(() => {
|
||||
console.log('content changed', props.content)
|
||||
contentHtml.value = props.content ? marked(props.content) : ''
|
||||
if (props.content && props.content.endsWith('```')) {
|
||||
nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user