el-button.js 79 Bytes
export default {
  default(h, conf, key) {
    return conf.__slot__[key]
  }
}