mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 14:29:22 -05:00
feat: upgrade leptos_devtools to 0.0.1
This commit is contained in:
parent
433a90bfdb
commit
31ed109806
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ icondata = { version = "0.0.7", features = [
|
||||||
leptos_router = { version = "0.5.0-rc2", features = ["csr"] }
|
leptos_router = { version = "0.5.0-rc2", features = ["csr"] }
|
||||||
indoc = "2.0.1"
|
indoc = "2.0.1"
|
||||||
regex = "1.8.2"
|
regex = "1.8.2"
|
||||||
leptos_devtools = { git = "https://github.com/luoxiaozero/leptos-devtools.git" }
|
leptos_devtools = "0.0.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
tracing = ["leptos/tracing"]
|
tracing = ["leptos/tracing"]
|
||||||
|
|
|
@ -7,6 +7,6 @@ use leptos::*;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
#[cfg(feature = "tracing")]
|
#[cfg(feature = "tracing")]
|
||||||
leptos_devtools::devtools();
|
leptos_devtools::devtools!();
|
||||||
mount_to_body(App)
|
mount_to_body(App)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue