project init & fix ui
This commit is contained in:
22
miniprogram_npm/tdesign-miniprogram/footer/props.js
Normal file
22
miniprogram_npm/tdesign-miniprogram/footer/props.js
Normal file
@@ -0,0 +1,22 @@
|
||||
const props = {
|
||||
copyright: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
logo: {
|
||||
type: Object,
|
||||
},
|
||||
textLinkList: {
|
||||
type: Array,
|
||||
value: [],
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'text',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user