ant-design-vue/components/input/demo/textarea.md

16 lines
184 B
Markdown
Raw Normal View History

<cn>
#### 文本域
用于多行输入。
</cn>
<us>
#### TextArea
For multi-line input.
</us>
2019-10-09 10:32:23 +00:00
```tpl
<template>
2019-09-28 12:45:07 +00:00
<a-textarea placeholder="Basic usage" :rows="4" />
</template>
```