From 2fac675c0cf59589bf41ca8e9fa7faf65c9d3632 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/_posts/vue-vs-svelte.svx b/src/routes/_posts/vue-vs-svelte.svx index f222a91..5da646e 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 `