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 a314e18

Browse files
Merge pull request #33 from shadrqen/master
bug: fix component import typo
2 parents b627c8c + 55fd0bd commit a314e18

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
@@ -1112,7 +1112,7 @@ List of 300 VueJS Interview Questions
11121112
Let's say you want to register component A and B in component C, the configuration seems as below,
11131113
```javascript
11141114
import ComponentA from './ComponentA'
1115-
import ComponentB from './ComponentC'
1115+
import ComponentB from './ComponentB'
11161116
11171117
export default {
11181118
components: {

0 commit comments

Comments
(0)

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