project init & fix ui
This commit is contained in:
41
miniprogram_npm/tdesign-miniprogram/cascader/props.js
Normal file
41
miniprogram_npm/tdesign-miniprogram/cascader/props.js
Normal file
@@ -0,0 +1,41 @@
|
||||
const props = {
|
||||
closeBtn: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
keys: {
|
||||
type: Object,
|
||||
},
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
options: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
subTitles: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'step',
|
||||
},
|
||||
title: {
|
||||
type: String,
|
||||
},
|
||||
value: {
|
||||
type: null,
|
||||
value: null,
|
||||
},
|
||||
defaultValue: {
|
||||
type: null,
|
||||
value: null,
|
||||
},
|
||||
visible: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user