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
@@ -1009,7 +1009,7 @@ List of 300 VueJS Interview Questions
1009
1009
**[⬆ Back to Top](#table-of-contents)**
1010
1010
1011
1011
31. ### What are slots?
1012
-
Vue implements a content distribution API using the <slot> element to serve as distribution outlets for content created after after the current Web Components spec draft.
1012
+
Vue implements a content distribution API using the <slot> element to serve as distribution outlets for content created after the current Web Components spec draft.
1013
1013
1014
1014
Let's create an alert component with slots for content insertion,
0 commit comments