审查视图

wxcomponents/vant/dist/cell-group/index.js 169 字节
1  
倪静楠 authored
1 2 3 4 5 6 7 8 9 10
import { VantComponent } from '../common/component';
VantComponent({
  props: {
    title: String,
    border: {
      type: Boolean,
      value: true,
    },
  },
});