0.1.3 • Published 5 years ago

editdiv v0.1.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

EditDiv

DIV实现文本输入

  • 解决问题
    1. 实现文本高度度自适应,textarea文本在table中高度自动撑开会出现滚动条
    2. 直接给文本域赋值会导致高度撑不开
    3. textarea内部无法添加可编辑元素
  • 功能
    1. 可以直接赋值,带数据格式,value
    2. 实现可编辑不可编辑切换,edit
    3. 可自定义样式,容器editWrapStyle:{} editContentStyle:{}

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago