You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2266,7 +2266,7 @@ List of 300 VueJS Interview Questions
2266
2266
```javascript
2267
2267
//ComponentB
2268
2268
<div>
2269
-
<component-b>
2269
+
<component-a>
2270
2270
</div>
2271
2271
```
2272
2272
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