Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / info / index.js
zhout on 4 Mar 2021 140 bytes first commit
import { VantComponent } from '../common/component';
VantComponent({
    props: {
        info: null,
        customStyle: String
    }
});