Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / goods-action / index.js
zhout on 4 Mar 2021 146 bytes first commit
import { VantComponent } from '../common/component';
import { safeArea } from '../mixins/safe-area';
VantComponent({
    mixins: [safeArea()]
});