pyt
2025-05-09 9a9f9dd67261e75d66c338f8573fd0b60f7cab9e
laboratory/src/components/AiEditor/index.vue
@@ -60,10 +60,14 @@
      },
      immediate: true
    },
    readOnly(newVal) {
      if (this.editor) {
        this.editor.setReadOnly(newVal)
      }
    readOnly: {
      handler(newVal) {
        console.log('readOnly', newVal)
        if (this.editor) {
          this.editor.setReadOnly(newVal)
        }
      },
      immediate: true
    }
  },
  mounted() {