18 lines
186 B
Markdown
18 lines
186 B
Markdown
|
|
||
|
<cn>
|
||
|
#### 文本域
|
||
|
用于多行输入。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### TextArea
|
||
|
For multi-line input.
|
||
|
</us>
|
||
|
|
||
|
```html
|
||
|
<template>
|
||
|
<a-textarea placeholder="Basic usage" :rows="4"/>
|
||
|
</template>
|
||
|
```
|
||
|
|