From a6450a128b59a9f17a8b4864b269501ba2159c36 Mon Sep 17 00:00:00 2001 From: inem88 Date: Sun, 13 Jan 2019 09:41:02 +0300 Subject: [PATCH] Update README.md value of attribute class need to be a String --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6473e60..4364d21 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ yarn add vue-suggestions :model.sync="city" :coordinates.sync="coordinates" :placeholder="'Начните вводить'" - :class="form-control" + :class="'form-control'" :options="suggestionOptions">