New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
const props = {
|
||||
content: {
|
||||
type: String,
|
||||
},
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
hover: {
|
||||
type: Boolean,
|
||||
},
|
||||
navigatorProps: {
|
||||
type: Object,
|
||||
},
|
||||
prefixIcon: {
|
||||
type: null,
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
value: 'medium',
|
||||
},
|
||||
suffixIcon: {
|
||||
type: null,
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'default',
|
||||
},
|
||||
underline: {
|
||||
type: Boolean,
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user