online address: https://jsfiddle.net/b1xsnmzu/2/
where:
[
h("Option", {
props: {
value: "text",
},
}, ""),
h("Option", {
props: {
value: "textarea",
},
}, ""),
]
Can be put into data for dynamic acquisition (such as this.option)?