Blame view

antis-ncc-admin/src/components/Generator/render/slots/el-button.js 79 Bytes
4aba9b59   wwk   1
1
2
3
4
5
  export default {
    default(h, conf, key) {
      return conf.__slot__[key]
    }
  }