jeft-vue-growheight
v0.1.1
Published
vue-growheight-plugin
Downloads
2
Maintainers
Readme
jeft-vue-growheight
Installation
npm install jeft-vue-growheight --save
Usage
<textarea
class="textarea"
v-model="content"
v-grow-height="0"
:placeholder="msg"
/>
Tip
- 必须使用v-model才能动态改变高度:就是要触发componentUpdated
- 自增高的高度为line-height的值
- binding.value为额外增加的高度