diff --git a/src/v2/guide/class-and-style.md b/src/v2/guide/class-and-style.md index 5db43bbab3..2c40d5033c 100644 --- a/src/v2/guide/class-and-style.md +++ b/src/v2/guide/class-and-style.md @@ -21,9 +21,10 @@ The above syntax means the presence of the `active` class will be determined by You can have multiple classes toggled by having more fields in the object. In addition, the `v-bind:class` directive can also co-exist with the plain `class` attribute. So given the following template: ``` html -