vant-weapp/dist/tag/index.js
2019-09-20 14:15:06 +08:00

16 lines
316 B
JavaScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
size: String,
mark: Boolean,
color: String,
plain: Boolean,
round: Boolean,
textColor: String,
type: {
type: String,
value: 'default'
}
}
});