filesbox/miniprogram/FilesBox/node_modules/@vant/weapp/dist/config-provider/index.js

10 lines
174 B
JavaScript
Raw Permalink Normal View History

2023-09-21 02:23:31 +00:00
import { VantComponent } from '../common/component';
VantComponent({
props: {
themeVars: {
type: Object,
value: {},
},
},
});