Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 373c44f

Browse files
Merge pull request #18 from SpekBin/master
Typo
2 parents 0cecbbe + 43ec845 commit 373c44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4929,7 +4929,7 @@ List of 300 VueJS Interview Questions
49294929
**[⬆ Back to Top](#table-of-contents)**
49304930
49314931
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.
49334933
```js
49344934
Vue.component('user', { //bad approach
49354935
// ...

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /