There was an error while loading. Please reload this page.
1 parent b627c8c commit 55fd0bdCopy full SHA for 55fd0bd
README.md
@@ -1112,7 +1112,7 @@ List of 300 VueJS Interview Questions
1112
Let's say you want to register component A and B in component C, the configuration seems as below,
1113
```javascript
1114
import ComponentA from './ComponentA'
1115
- import ComponentB from './ComponentC'
+ import ComponentB from './ComponentB'
1116
1117
export default {
1118
components: {
0 commit comments