反馈图文框组件 / Feedback
用于反馈/意见信息/评价等场景. 如果在Alipay环境,则使用alipay的组件上传。
如何引入
import { Feedback } from 'vimo'
Vue.component(Feedback.name, Feedback)
// 或者
export default{
components: {
Feedback
}
}
- 源码:
传入属性 / Props:
Name | Type | Attributes | Default | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rows |
Number |
<optional> |
3
|
rows | |||||||||||||||||||||
name |
String |
<optional> |
name | ||||||||||||||||||||||
readonly |
Boolean |
<optional> |
false
|
readonly | |||||||||||||||||||||
disabled |
Boolean |
<optional> |
false
|
disabled | |||||||||||||||||||||
autofocus |
Boolean |
<optional> |
false
|
autofocus | |||||||||||||||||||||
placeholder |
String |
<optional> |
'请输入您的反馈...'
|
placeholder | |||||||||||||||||||||
maxlength |
Number |
<optional> |
300
|
文本输入的最大长度 | |||||||||||||||||||||
maximage |
Number |
<optional> |
300
|
图片上传的最大个数 | |||||||||||||||||||||
isH5 |
Boolean |
<optional> |
false
|
是否强制使用H5模式 | |||||||||||||||||||||
value |
Object | 传入传出数据
Properties
|
用法 / Usages
<Feedback v-model="feedbackInfo" :maxlength="100" :maximage="4"></Feedback>
方法 / Methods
(inner) destroy()
销毁textarea组件
(inner) update()
- 源码:
更新textarea组件