We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8def011 commit 20b89a8Copy full SHA for 20b89a8
frontend/src/components/mkdown-editor/index.vue
@@ -8,6 +8,7 @@ import 'md-editor-v3/lib/style.css';
8
import DOMPurify from 'dompurify';
9
import { GlobalStore } from '@/store';
10
import { storeToRefs } from 'pinia';
11
+import { computed } from 'vue';
12
13
const globalStore = GlobalStore();
14
const { isDarkTheme } = storeToRefs(globalStore);
0 commit comments