index.js 239 B

12345678910
  1. import { VantComponent } from '../common/component';
  2. VantComponent({
  3. classes: ['header-class', 'footer-class'],
  4. props: {
  5. desc: String,
  6. title: String,
  7. status: String,
  8. useFooterSlot: Boolean
  9. }
  10. });