project init & fix ui
This commit is contained in:
18
miniprogram_npm/tdesign-miniprogram/indexes/props.js
Normal file
18
miniprogram_npm/tdesign-miniprogram/indexes/props.js
Normal file
@@ -0,0 +1,18 @@
|
||||
const props = {
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
indexList: {
|
||||
type: Array,
|
||||
},
|
||||
list: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
sticky: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user