index.js 148 Bytes
Newer Older
李嘉林 committed
1 2
import { VantComponent } from '../common/component';
VantComponent({
程默 committed
3 4 5 6 7
  props: {
    dot: Boolean,
    info: null,
    customStyle: String,
  },
李嘉林 committed
8
});