From 79c3cc838fc3fc88027a3fbdbfb43e7d4f9bf66c Mon Sep 17 00:00:00 2001 From: Joseph Montanaro Date: Wed, 25 Oct 2023 14:26:06 -0700 Subject: [PATCH] fix typo in vue-vs-svelte --- src/routes/_posts/vue-vs-svelte.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/_posts/vue-vs-svelte.svx b/src/routes/_posts/vue-vs-svelte.svx index f222a91..8f1683a 100644 --- a/src/routes/_posts/vue-vs-svelte.svx +++ b/src/routes/_posts/vue-vs-svelte.svx @@ -66,7 +66,7 @@ I give this one to Svelte overall, although Vue has a few nice conveniences goin Something that threw me a tiny bit when I first dug into Vue was that you need to use `v-bind` on any attribute that you want to have a dynamic value. So for instance, if you have a data property called `isDisabled` on your button component, you would do `