There was an error while loading. Please reload this page.
2 parents b627c8c + 55fd0bd commit a314e18Copy full SHA for a314e18
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