提交 419e5679 编写于 作者: 璃白.'s avatar 璃白. 🌻

fix

上级 9c635990
......@@ -135,9 +135,10 @@ export default {
},
computed: {
emitText() {
return throttleFn(() => {
// return throttleFn(() => {}, this.throttleTime);
return () => {
this.$emit("update:text", this.textContent);
}, this.throttleTime);
};
},
autoSize() {
return this.rows === "auto";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册