el-button.js 79 Bytes
Newer Older
lanbaoming's avatar
lanbaoming committed
1 2 3 4 5
export default {
  default(h, conf, key) {
    return conf.__slot__[key]
  }
}