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

10 lines
174 B
JavaScript
Raw Permalink Normal View History

2023-07-03 17:49:29 +08:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
themeVars: {
type: Object,
value: {},
},
},
});