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

184 B

#### 文本域 用于多行输入。 #### TextArea For multi-line input.
<template>
  <a-textarea placeholder="Basic usage" :rows="4" />
</template>