index.js 221B

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