You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `name` property doesn't have `v-` prefix. It's dropped.
151
151
- The `argument` property is a `VExpressionContainer` node if it's a [dynamic argument].
152
152
- In the shorthand of `v-bind` case, the `name.name` property is `"bind"` and the `name.rawName` property is `":"`.
153
+
- In the shorthand of `v-bind` with `.prop` modifier case, the `name.name` property is `"bind"` and the `name.rawName` property is `"."` and the `modifiers` property includes a `VIdentifier` node of `"prop"`.
153
154
- In the shorthand of `v-on` case, the `name.name` property is `"on"` and the `name.rawName` property is `@`.
154
155
- In the shorthand of `v-slot` case, the `name.name` property is `"slot"` and the `name.rawName` property is `#`.
155
156
- Otherwise, `shorthand` property is always `false`.
0 commit comments