From b0037c905f99357d177dac9eb6df50a86d0646f2 Mon Sep 17 00:00:00 2001 From: David Higgins Date: Thu, 20 Dec 2018 10:22:08 -0500 Subject: [PATCH] #469 - fixes example in README, tested with a fresh vue-cli project * converted to single-quotes (vue-cli default settings) * converted `data` property into a function * added `validateAsync` to `formOptions` to show it is available * added `vfg.css` * added `Vue` import --- README.md | 130 +++++++++++++++++++++++++++++------------------------- 1 file changed, 70 insertions(+), 60 deletions(-) diff --git a/README.md b/README.md index ee41739c..2518518d 100644 --- a/README.md +++ b/README.md @@ -109,73 +109,83 @@ If you want the slim down version, here is the changes: + ``` Usage in local components