We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ef607 commit 0640134Copy full SHA for 0640134
src/lib.rs
@@ -8,7 +8,7 @@ pub use crate::{
8
fetch::{Method, Request},
9
routing::{push_route, Url},
10
util::{body, cookies, document, error, history, html_document, log, update, window},
11
- vdom::{App, AppBuilder, MountType},
+ vdom::{App, AppBuilder},
12
websys_bridge::{to_html_el, to_input, to_kbevent, to_mouse_event, to_select, to_textarea},
13
};
14
use wasm_bindgen::{closure::Closure, JsCast};
@@ -97,7 +97,7 @@ pub mod prelude {
97
request_animation_frame, ClosureNew, RequestAnimationFrameHandle,
98
RequestAnimationFrameTime,
99
},
100
- vdom::{Init, UrlHandling},
+ vdom::{Init, UrlHandling, MountType},
101
102
pub use indexmap::IndexMap; // for attrs and style to work.
103
pub use wasm_bindgen::prelude::*;
0 commit comments