From 866ce63b07e31772d0f8147072cadfa3b7eb7536 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Mon, 2 Sep 2024 22:52:26 +0800 Subject: [PATCH] feat(docs): nightly mode enable prompt --- demo_markdown/docs/_guide/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demo_markdown/docs/_guide/installation.md b/demo_markdown/docs/_guide/installation.md index 68a4e27..cd69fa2 100644 --- a/demo_markdown/docs/_guide/installation.md +++ b/demo_markdown/docs/_guide/installation.md @@ -6,6 +6,12 @@ Installation thaw cargo add thaw --features=csr ``` + + + "If you are using the nightly feature in Leptos, please enable Thaw's nightly as well." + + + ## Usage You just need to import thaw and use it.