Skip to content

Commit 2918141

Browse files
authored
Merge pull request sudheerj#25 from Vishalsag/master
Question 86 # Fixed component name typo for circular dependencies
2 parents 953f577 + 588d056 commit 2918141

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
@@ -2266,7 +2266,7 @@ List of 300 VueJS Interview Questions
22662266
```javascript
22672267
//ComponentB
22682268
<div>
2269-
<component-b >
2269+
<component-a >
22702270
</div>
22712271
```
22722272
This can be solved by either registering(or wait until) the child component in `beforeCreate` hook or using webpack's asynchronous import while registering the component,

0 commit comments

Comments
 (0)