From 7f88bb3de838422bece978b4bf42ecb0f2f63893 Mon Sep 17 00:00:00 2001 From: Emanuel Saramago Date: Thu, 2 Jan 2025 14:56:27 +0000 Subject: [PATCH] Svelte documentation: adding Two-way Binding example in (#2327) * Documentation for Svelte #2261 * fix bracket * Improve documentation for Svelte with clearer examples for two-way binding #2326 * revert * Enhance Svelte documentation with clearer examples for two-way binding --------- Co-authored-by: esaramago --- docs/pages/frameworks/svelte.md | 15 ++++++++++++--- docs/pages/frameworks/vue-2.md | 4 ++-- docs/pages/frameworks/vue.md | 4 ++-- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/docs/pages/frameworks/svelte.md b/docs/pages/frameworks/svelte.md index 0e11967b..1f0526bd 100644 --- a/docs/pages/frameworks/svelte.md +++ b/docs/pages/frameworks/svelte.md @@ -57,10 +57,19 @@ If you'd rather not use the CDN for assets, you can create a build task that cop One caveat is there's currently Svelte only supports `bind:value` directive in ``, `