From aee9a247f2018508e2cd678abadbd21356b2dabc Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 1 Nov 2017 15:23:42 -0600 Subject: [PATCH] Update Autocomplete.vue need to add prevent in case this is in a form so selecting the option won't submit the form --- src/components/Autocomplete.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Autocomplete.vue b/src/components/Autocomplete.vue index db6de94..8e2f15d 100644 --- a/src/components/Autocomplete.vue +++ b/src/components/Autocomplete.vue @@ -1,7 +1,7 @@