2021-01-12 18:04:14 +08:00

36 lines
552 B
JavaScript

"use strict";
var _component = require('./../common/component.js');
(0, _component.VantComponent)({
props: {
dashed: {
type: Boolean,
value: false
},
hairline: {
type: Boolean,
value: false
},
contentPosition: {
type: String,
value: ''
},
fontSize: {
type: Number,
value: ''
},
borderColor: {
type: String,
value: ''
},
textColor: {
type: String,
value: ''
},
customStyle: {
type: String,
value: ''
}
}
});