luyisac
luyisac
  • 发布:2023-03-26 21:09
  • 更新:2023-03-27 09:05
  • 阅读:124

nvue textare autoheight在app失效

分类:nvue

有无人知道nvue中textarea autoheight在app失效是为啥啊>```javascript
<view class="border-bottom " style="flex: 1;background-color: aqua;">
<textarea style="margin-top: 200px;background-color: aquamarine;" v-model="userInfo.introduce" placeholder="请输入内容" :autoHeight="true" border="bottom" ></textarea>
</view>

2023-03-26 21:09 负责人:无 分享
已邀请:
亦春亦秋

亦春亦秋 - 用爱发电

auto-height 是连字符,你看你是不是拼错了

  • luyisac (作者)

    肯定不是这个问题啦,打字直接顺带打过来的。是textarea初始化时,如果有数据,无法撑开

    2023-03-27 09:54

  • 名字是乱打的

    回复 luyisac: 老哥,我这里一样的问题,怎么解决啊

    2023-12-01 00:04

要回复问题请先登录注册