interface AppMountOption {
    children?: VNodeChild;
    renderEl?: HTMLElement;
}

Properties

Properties

children?: VNodeChild

컴포넌트 children

renderEl?: HTMLElement

target HTMLElement for mount

Generated using TypeDoc