You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
问题描述
自定义vue节点,使用el-input组件, type为textarea,到处图片时,textarea的内容没有导出,显示为空,有一个issue,说的是input标签,内容显示为空,没有设置value属性,已经尝试设置了value属性,导出还是显示未空。
重现链接
见代码
重现步骤
使用toPng()进行图片导出
预期行为
自定义vue节点,使用el-input组件, type为textarea,导出图片时,textarea的内容需要显示
平台
屏幕截图或视频(可选)
画布显示:
导出显示:
补充说明(可选)
自定义Node组件:
<ElInput class="input-text" v-model="text" type="textarea" @blur="blur" resize="none" maxlength="255"
:show-word-limit="true" />
The text was updated successfully, but these errors were encountered: