Files
2025-12-05 15:41:32 +08:00

10 lines
174 B
JavaScript

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