New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
const props = {
|
||||
animation: {
|
||||
type: String,
|
||||
value: 'none',
|
||||
},
|
||||
delay: {
|
||||
type: Number,
|
||||
value: 0,
|
||||
},
|
||||
loading: {
|
||||
type: Boolean,
|
||||
value: true,
|
||||
},
|
||||
rowCol: {
|
||||
type: Array,
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'text',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user