index.js 140B

12345678
  1. import { VantComponent } from '../common/component';
  2. VantComponent({
  3. props: {
  4. info: null,
  5. customStyle: String
  6. }
  7. });