ant-design-vue/antdv-demo/docs/input/demo/textarea.md

16 lines
184 B
Markdown
Raw Normal View History

2021-03-12 07:48:30 +00:00
<cn>
#### 文本域
用于多行输入。
</cn>
<us>
#### TextArea
For multi-line input.
</us>
```vue
<template>
<a-textarea placeholder="Basic usage" :rows="4" />
</template>
```