Your Name před 3 roky
rodič
revize
e7659bd3c1
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      src/components/Editor.vue

+ 0
- 1
src/components/Editor.vue Zobrazit soubor

@@ -27,7 +27,6 @@ watch(() => props.disabled, (newVal) => {
27 27
   if (!editorRef.value) return;
28 28
   const mode = newVal ? 'readonly' : 'design'
29 29
   editorRef.value.mode.set(mode);
30
-  console.log('-----editorRef.value.mode------?', editorRef.value.mode)
31 30
 })
32 31
 
33 32
 onMounted(() => {