纪念日调整
This commit is contained in:
29
components/divider/props.js
Normal file
29
components/divider/props.js
Normal file
@@ -0,0 +1,29 @@
|
||||
const props = {
|
||||
align: {
|
||||
type: String,
|
||||
value: 'center',
|
||||
},
|
||||
content: {
|
||||
type: String,
|
||||
},
|
||||
dashed: {
|
||||
type: Boolean,
|
||||
value: false,
|
||||
},
|
||||
externalClasses: {
|
||||
type: Array,
|
||||
},
|
||||
layout: {
|
||||
type: String,
|
||||
value: 'horizontal',
|
||||
},
|
||||
lineColor: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
theme: {
|
||||
type: String,
|
||||
value: 'horizontal',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user