0.1.1 • Published 4 years ago

jeft-vue-growheight v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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为额外增加的高度