diff --git a/frontend/src/components/mkdown-editor/index.vue b/frontend/src/components/mkdown-editor/index.vue index 8dc2e77dd7fb..10c696b1a35e 100644 --- a/frontend/src/components/mkdown-editor/index.vue +++ b/frontend/src/components/mkdown-editor/index.vue @@ -8,6 +8,7 @@ import 'md-editor-v3/lib/style.css'; import DOMPurify from 'dompurify'; import { GlobalStore } from '@/store'; import { storeToRefs } from 'pinia'; +import { computed } from 'vue'; const globalStore = GlobalStore(); const { isDarkTheme } = storeToRefs(globalStore);