index.js 194 B

12345678910
  1. import { VantComponent } from '../common/component';
  2. VantComponent({
  3. props: {
  4. title: String,
  5. border: {
  6. type: Boolean,
  7. value: true
  8. }
  9. }
  10. });