atui
Version:
components built with Vue.js
27 lines (18 loc) • 528 B
Markdown
category: Components
type: Form Controls
title: Textarea
subtitle: 多行文本框
## 何时使用
## API
属性 | 说明 | 类型 | 默认值
-----|-----|-----|------
placeholder | 占位提示文字 | String | |
content | 内容 | String | |
disabled | 是否禁用 | Boolean | false
autosize | 是否自动高 | Boolean | false
countTips | 统计字数的提示文字 | String | |
wordsCount | 是否显示字数统计 | Boolean | false
maxRows | 最大行数 | Number | |
minRows | 最小行数 | Number | |