check history of flowchart
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-12-29 22:24:35 +08:00
parent 5fc3de821a
commit 397ed006b1
4 changed files with 72 additions and 41 deletions

View File

@@ -6,7 +6,6 @@ let mermaid: any = null
const modelValue = defineModel<string>({ default: "" })
const mermaidContainer = useTemplateRef<HTMLElement>("mermaidContainer")
const codeEditor = useTemplateRef<HTMLTextAreaElement>("codeEditor")
// 渲染状态
const renderSuccess = ref(false)