From 8d8526f4dba1c8b4a425534535ba23aa7bea4cf4 Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Mon, 11 Apr 2022 18:03:23 +0100 Subject: [PATCH] Revert "Document v-bind.attr shorthand in API section. (#1571)" This reverts commit 1a52ccb3d3df2a71a79c338ce66df446f6cff612. --- src/api/built-in-directives.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/api/built-in-directives.md b/src/api/built-in-directives.md index d64cabc1be..4c1992d92f 100644 --- a/src/api/built-in-directives.md +++ b/src/api/built-in-directives.md @@ -319,16 +319,13 @@ Dynamically bind one or more attributes, or a component prop to an expression. ``` - The `.prop` and `.attr` modifiers also have a dedicated shorthand, `.` and `^` respectively: + The `.prop` modifier also has a dedicated shorthand, `.`: ```vue-html
+
- -
- -
``` The `.camel` modifier allows camelizing a `v-bind` attribute name when using in-DOM templates, e.g. the SVG `viewBox` attribute: