pad-app/wxcomponents/vant/dist/config-provider/index.js

10 lines
174 B
JavaScript

import { VantComponent } from '../common/component';
VantComponent({
props: {
themeVars: {
type: Object,
value: {},
},
},
});