whether to add a colon in front of the attribute named message in the vue3 document #8683
-
In the second piece of code in the named scope slot section, does this attribute message need to add a colon? |
Beta Was this translation helpful? Give feedback.
Answered by
Justineo
Jul 1, 2023
Replies: 1 comment 1 reply
-
You don’t need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Kasensil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You don’t need to use
v-bind
to pass in a string literal.