From 44c64beed4336cc3e6f17c383b4911e6a145c210 Mon Sep 17 00:00:00 2001 From: dotos Date: Sat, 27 Aug 2016 21:19:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84=E5=8D=95?= =?UTF-8?q?=E8=AF=8D=E9=94=99=E8=AF=AF:hasEror=3D>hasError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/guide/class-and-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/class-and-style.md b/src/guide/class-and-style.md index b95af975a8..748860a1f3 100644 --- a/src/guide/class-and-style.md +++ b/src/guide/class-and-style.md @@ -18,7 +18,7 @@ We can pass an object to `v-bind:class` to dynamically toggle classes: ``` js data: { isActive: true, - hasEror: false + hasError: false } ```