Your Name 3 年 前
コミット
e7659bd3c1
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0
    1
      src/components/Editor.vue

+ 0
- 1
src/components/Editor.vue ファイルの表示

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