index.js 174B

12345678910
  1. import { VantComponent } from '../common/component';
  2. VantComponent({
  3. props: {
  4. themeVars: {
  5. type: Object,
  6. value: {},
  7. },
  8. },
  9. });