index.js 169 Bytes
Newer Older
李嘉林 committed
1 2
import { VantComponent } from '../common/component';
VantComponent({
程默 committed
3 4 5 6 7 8 9
  props: {
    title: String,
    border: {
      type: Boolean,
      value: true,
    },
  },
李嘉林 committed
10
});