2021-09-22 16:28:37 +08:00

10 lines
174 B
JavaScript

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