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: src/guide/component-edge-cases.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Handling Edge Cases
2
2
3
-
> This page assumes you've already read the [Components Basics](components.md). Read that first if you are new to components.
3
+
> This page assumes you've already read the [Components Basics](component-basics.md). Read that first if you are new to components.
4
4
5
5
:::tip Note
6
6
All the features on this page document the handling of edge cases, meaning unusual situations that sometimes require bending Vue's rules a little. Note however, that they all have disadvantages or situations where they could be dangerous. These are noted in each case, so keep them in mind when deciding to use each feature.
0 commit comments