10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
|
import { VantComponent } from '../common/component';
|
||
|
VantComponent({
|
||
|
props: {
|
||
|
themeVars: {
|
||
|
type: Object,
|
||
|
value: {},
|
||
|
},
|
||
|
},
|
||
|
});
|