Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / cell-group / index.js
zhout on 4 Mar 2021 194 bytes first commit
import { VantComponent } from '../common/component';
VantComponent({
    props: {
        title: String,
        border: {
            type: Boolean,
            value: true
        }
    }
});