We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a821ed4 commit 1d0a396Copy full SHA for 1d0a396
src/v2/guide/class-and-style.md
@@ -200,5 +200,5 @@ When you use a CSS property that requires [vendor prefixes](https://developer.mo
200
Starting in 2.3 you can provide an array of multiple (prefixed) values to a style property, for example:
201
202
``` html
203
-<div :style="{ display: ['-webkit-box', '-ms-flexbox', 'flex'] }">
+<div v-bind:style="{ display: ['-webkit-box', '-ms-flexbox', 'flex'] }">
204
```
0 commit comments