How does the Select component set Option options in the custom content of the iview modal box?

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)?

Jul.04,2022
Menu