纪念日调整
This commit is contained in:
16
components/empty/props.js
Normal file
16
components/empty/props.js
Normal file
@@ -0,0 +1,16 @@
|
||||
const props = {
|
||||
description: {
|
||||
type: String,
|
||||
},
|
||||
externalClasses: {
|
||||
type: Array,
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
image: {
|
||||
type: String,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user