project init & fix ui
This commit is contained in:
41
miniprogram_npm/tdesign-miniprogram/grid/grid-item-props.js
Normal file
41
miniprogram_npm/tdesign-miniprogram/grid/grid-item-props.js
Normal file
@@ -0,0 +1,41 @@
|
||||
const props = {
|
||||
badgeProps: {
|
||||
type: Object,
|
||||
value: null,
|
||||
},
|
||||
customStyle: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
description: {
|
||||
type: String,
|
||||
},
|
||||
externalClasses: {
|
||||
type: Array,
|
||||
},
|
||||
icon: {
|
||||
type: null,
|
||||
},
|
||||
image: {
|
||||
type: String,
|
||||
},
|
||||
imageProps: {
|
||||
type: Object,
|
||||
},
|
||||
jumpType: {
|
||||
type: String,
|
||||
value: 'navigate-to',
|
||||
},
|
||||
layout: {
|
||||
type: String,
|
||||
value: 'vertical',
|
||||
},
|
||||
text: {
|
||||
type: String,
|
||||
},
|
||||
url: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user