在线地址:https://jsfiddle.net/b1xsnmzu/2/
其中:
[
h('Option', {
props: {
value: 'text',
},
}, '文本'),
h('Option', {
props: {
value: 'textarea',
},
}, '文本域'),
]
可不可以放到 data 中,动态获取(比如 this.option)?
官网直通车