el-button.js 79 B

123456
  1. export default {
  2. default(h, conf, key) {
  3. return conf.__slot__[key]
  4. }
  5. }