feat: remove the default feature of csr

This commit is contained in:
luoxiao 2024-01-27 00:12:03 +08:00 committed by luoxiaozero
parent 9817acdcfa
commit cbe257e17d
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ leptos = { version = "0.6.0-rc1" }
leptos_meta = { version = "0.6.0-rc1" }
leptos_router = { version = "0.6.0-rc1" }
leptos_devtools = { version = "0.0.1", optional = true}
thaw = { path = "../thaw", default-features = false }
thaw = { path = "../thaw" }
demo_markdown = { path = "../demo_markdown" }
[features]

View file

@ -28,7 +28,6 @@ cfg-if = "1.0.0"
chrono = "0.4.33"
[features]
default = ["csr"]
csr = ["leptos/csr"]
ssr = ["leptos/ssr", "leptos_meta/ssr"]
hydrate = ["leptos/hydrate"]