From 4feb4c4d6878461aec5fe541eea4df57bfe0cbe9 Mon Sep 17 00:00:00 2001 From: ChrissBott Date: Wed, 23 Mar 2022 16:25:51 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57768c4..e93be1b 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Default: `null` Input array to draggable component. Typically same array as referenced by inner element v-for directive.
This is the preferred way to use Vue.draggable as it is compatible with Vuex.
-It should not be used directly but only though the `v-model` directive: +It should not be used directly but only through the `v-model` directive: ```html ```