8000 Quotes around class are unnecessary (#1419) · rusenask/vuejs.org@d7adfb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7adfb3

Browse files
snaptopixelchrisvfritz
authored andcommitted
Quotes around class are unnecessary (vuejs#1419)
Related to #7605
1 parent ca6ad32 commit d7adfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ One thing to note: similar to how `v-bind:class` and `v-bind:style` have special
171171
``` js
172172
{
173173
// Same API as `v-bind:class`
174-
'class': {
174+
class: {
175175
foo: true,
176176
bar: false
177177
},

0 commit comments

Comments
 (0)
0