Function leptos_dom::console_log
source · pub fn console_log(s: &str)Expand description
Log a string to the console (in the browser)
or via println!() (if not in the browser).
pub fn console_log(s: &str)Log a string to the console (in the browser)
or via println!() (if not in the browser).