Files
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

10 lines
174 B
JavaScript

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