vant-weapp/dist/tag/index.js
2018-09-21 10:32:25 +08:00

10 lines
145 B
JavaScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
type: String,
mark: Boolean,
plain: Boolean
}
});