| | |
| | | const props = { |
| | | align: { |
| | | type: String, |
| | | value: 'middle', |
| | | }, |
| | | arrow: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | bordered: { |
| | | type: Boolean, |
| | | value: true, |
| | | }, |
| | | description: { |
| | | type: String, |
| | | }, |
| | | externalClasses: { |
| | | type: Array, |
| | | }, |
| | | hover: { |
| | | type: Boolean, |
| | | }, |
| | | image: { |
| | | type: String, |
| | | }, |
| | | jumpType: { |
| | | type: String, |
| | | value: 'navigateTo', |
| | | }, |
| | | leftIcon: { |
| | | type: String, |
| | | }, |
| | | note: { |
| | | type: String, |
| | | }, |
| | | required: { |
| | | type: Boolean, |
| | | value: false, |
| | | }, |
| | | rightIcon: { |
| | | type: String, |
| | | }, |
| | | title: { |
| | | type: String, |
| | | }, |
| | | url: { |
| | | type: String, |
| | | value: '', |
| | | }, |
| | | }; |
| | | export default props; |
| | | const props={align:{type:String,value:"middle"},arrow:{type:null,value:!1},bordered:{type:Boolean,value:!0},description:{type:String},hover:{type:Boolean},image:{type:String},jumpType:{type:String,value:"navigateTo"},leftIcon:{type:null},note:{type:String},required:{type:Boolean,value:!1},rightIcon:{type:null},title:{type:String},url:{type:String,value:""}};export default props; |