diff --git a/src/guide/essentials/class-and-style.md b/src/guide/essentials/class-and-style.md index 6808b1cd58..e5fe8bd932 100644 --- a/src/guide/essentials/class-and-style.md +++ b/src/guide/essentials/class-and-style.md @@ -189,7 +189,7 @@ This will always apply `errorClass`, but `activeClass` will only be applied when However, this can be a bit verbose if you have multiple conditional classes. That's why it's also possible to use the object syntax inside the array syntax: ```vue-html -
+ ``` ### With Components {#with-components}