pub fn AutoReload(props: AutoReloadProps) -> impl IntoViewExpand description
Inserts auto-reloading code used in cargo-leptos.
This should be included in the <head> of your application shell during development.
§Required Props
- options:
LeptosOptions- Configuration options for this project.
§Optional Props
- disable_watch:
bool- Whether the file-watching feature should be disabled.