Blame view

wxcomponents/vant/info/index.js 162 Bytes
4b045f7c   刘淇   江阴初始化项目
1
2
3
4
5
6
7
8
  import { VantComponent } from '../common/component';
  VantComponent({
      props: {
          dot: Boolean,
          info: null,
          customStyle: String
      }
  });