Function dioxus_web::launch::launch_virtual_dom

source ยท
pub fn launch_virtual_dom(vdom: VirtualDom, platform_config: Config)
Expand description

Launch the web application with a prebuild virtual dom

For a builder API, see LaunchBuilder defined in the dioxus crate.