16 lines
184 B
Markdown
16 lines
184 B
Markdown
![]() |
<cn>
|
||
|
#### 文本域
|
||
|
用于多行输入。
|
||
|
</cn>
|
||
|
|
||
|
<us>
|
||
|
#### TextArea
|
||
|
For multi-line input.
|
||
|
</us>
|
||
|
|
||
|
```vue
|
||
|
<template>
|
||
|
<a-textarea placeholder="Basic usage" :rows="4" />
|
||
|
</template>
|
||
|
```
|