Blame view

antis-ncc-admin/src/components/Generator/render/slots/el-divider.js 79 Bytes
de2bd2f9   “wangming”   项目初始化
1
2
3
4
5
  export default {
    default (h, conf, key) {
      return conf.__slot__[key]
    }
  }