export default { options(h, conf, key) { const list = [] let style = 'height: 100%;' conf.__slot__.options.forEach(item => { list.push( {item.label} ) }) return list } }