FromTextArea

表单TextArea组件

引用组件

import {FromTextArea} from '@/components'

export default {
    components: {
      FromTextArea
    }
}

使用组件

<FromTextArea v-model="say" :options="{
      title: '媒主说',
      disabled: false,
      placeholder: '介绍下自己,让金主更了解你~'
    }"></FromTextArea>

参数说明

参数 类型 示例 说明
v-model String 'say' 绑定值,用于接收组件返回数据
options Object title: String => 标题
placeholder: String => 文本框默认文案
disabled: Boolean => 是否禁用
-

demo

https://yinmrsir.github.io/vue-SocialApp/#/join

results matching ""

    No results matching ""