From 6fbf18b9b48777d31123f4abfb7f562d070da8a6 Mon Sep 17 00:00:00 2001 From: "lichao.franklee" Date: Wed, 30 Sep 2020 11:14:58 +0800 Subject: [PATCH] fix:fix a broken link --- src/guide/component-edge-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/component-edge-cases.md b/src/guide/component-edge-cases.md index 969227fc21..718c6cad72 100644 --- a/src/guide/component-edge-cases.md +++ b/src/guide/component-edge-cases.md @@ -1,6 +1,6 @@ # Handling Edge Cases -> This page assumes you've already read the [Components Basics](components.md). Read that first if you are new to components. +> This page assumes you've already read the [Components Basics](component-basics.md). Read that first if you are new to components. :::tip Note 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.