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 `