diff --git a/src/api/built-in-directives.md b/src/api/built-in-directives.md index 4c1992d92f..d64cabc1be 100644 --- a/src/api/built-in-directives.md +++ b/src/api/built-in-directives.md @@ -319,13 +319,16 @@ Dynamically bind one or more attributes, or a component prop to an expression. ``` - The `.prop` modifier also has a dedicated shorthand, `.`: + The `.prop` and `.attr` modifiers also have a dedicated shorthand, `.` and `^` respectively: ```vue-html
- + + + + ``` The `.camel` modifier allows camelizing a `v-bind` attribute name when using in-DOM templates, e.g. the SVG `viewBox` attribute: