Blame view

src/components/Generator/render/slots/el-button.js 79 Bytes
5330d757   monkeyhouyi   公司信息管理完成
1
2
3
4
5
  export default {
    default(h, conf, key) {
      return conf.__slot__[key]
    }
  }