Files
coupon/miniprogram/@vant/weapp/dist/config-provider/index.js

10 lines
174 B
JavaScript
Raw Normal View History

2023-02-18 16:24:17 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
themeVars: {
type: Object,
value: {},
},
},
});