Josway
2021-02-22 339b932a3dea57068f20c40af384641c399c375e
ruoyi-ui/src/components/Editor/index.vue
@@ -26,6 +26,11 @@
      type: Number,
      default: null,
    },
    /* 只读 */
    readOnly: {
      type: Boolean,
      default: false,
    }
  },
  data() {
    return {
@@ -51,7 +56,7 @@
          ],
        },
        placeholder: "请输入内容",
        readOnly: false,
        readOnly: this.readOnly,
      },
    };
  },