Your Name 3 gadus atpakaļ
vecāks
revīzija
e7659bd3c1
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      src/components/Editor.vue

+ 0
- 1
src/components/Editor.vue Parādīt failu

@@ -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(() => {