- 说明
用于调起积分分类选择器,样式和vant的cell一样,用法类似
- 示例
<CategorySelectorCell title="选择积分分类" v-model="cate_list" :max="6"></CategorySelectorCell>
import CategorySelectorCell from '@/components/common/CategorySelectorCell'
export default {
components: {CategorySelectorCell},
data(){
return {
cate_list: []
}
}
}
- 属性
名称 | 类型 | 说明 | 默认值 |
---|---|---|---|
title | string | cell的显示名称 | - |
multi | bool | 指定是否能多选 | true |
文档更新时间: 2020-03-18 09:45 作者:吴俊源