Skip to content

Commit 5ee7cb7

Browse files
andresgottliebkazupon
authored andcommitted
Add link to vendor prefixes MDN entry (vuejs#840)
Informative, since many people don't know what vendor prefixes are
1 parent 9bde6c5 commit 5ee7cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/class-and-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ The array syntax for `v-bind:style` allows you to apply multiple style objects t
191191

192192
### Auto-prefixing
193193

194-
When you use a CSS property that requires vendor prefixes in `v-bind:style`, for example `transform`, Vue will automatically detect and add appropriate prefixes to the applied styles.
194+
When you use a CSS property that requires [vendor prefixes](https://developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix) in `v-bind:style`, for example `transform`, Vue will automatically detect and add appropriate prefixes to the applied styles.

0 commit comments

Comments
 (0)