Skip to content

Commit 55fd0bd

Browse files
committed
bug: fix component import
On local-vs-global registration
1 parent b627c8c commit 55fd0bd

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)