vant-weapp/dist/tag/index.js
2018-09-27 14:27:00 +08:00

9 lines
160 B
JavaScript

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