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