【发布时间】:2021-01-07 01:33:16
【问题描述】:
我添加了禁用和只读,但它不起作用
<tinymce v-model="Description" :plugins="plugins" :toolbar1="toolbar1" :toolbar2="toolbar2"
:readonly="readonly"
:disabled="readonly"
:other="otherOptions">
</tinymce>
【问题讨论】: