在使用vue2开发过程中,把ElementTiptap富文本编辑器二次封装成组件使用,传值和使用都正常,但是他输入时候报错mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop's value. Prop being mutated:等错误,