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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4929,7 +4929,7 @@ List of 300 VueJS Interview Questions
4929
4929
**[⬆ Back to Top](#table-of-contents)**
4930
4930
4931
4931
228. ### What is the reason for recommendation for multi-word component names?
4932
-
Component names should always be multi-word, except for root level or built-in vue components(such as `<transition>` or `<component>` etc). This recommendation is to prevents conflicts with existing and future HTML elements, since all HTML elements are a single word.
4932
+
Component names should always be multi-word, except for root level or built-in vue components(such as `<transition>` or `<component>` etc). This recommendation is to prevent conflicts with existing and future HTML elements, since all HTML elements are a single word.
0 commit comments