From 39950a840d6b745e9aa9cc38d3ed5c740b605558 Mon Sep 17 00:00:00 2001 From: Shouhei Uechi Date: Sun, 9 Aug 2020 09:26:34 +0900 Subject: [PATCH] fixed link --- src/guide/component-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/component-basics.md b/src/guide/component-basics.md index 42b5907382..dacc368d8b 100644 --- a/src/guide/component-basics.md +++ b/src/guide/component-basics.md @@ -427,7 +427,7 @@ See [this sandbox](https://codepen.io/team/Vue/pen/oNXaoKy) to experiment with t Keep in mind that this attribute can be used with regular HTML elements, however they will be treated as components, which means all attributes **will be bound as DOM attributes**. For some properties such as `value` to work as you would expect, you will need to bind them using the [`.prop` modifier](../api/directives.html#v-bind). -That's all you need to know about dynamic components for now, but once you've finished reading this page and feel comfortable with its content, we recommend coming back later to read the full guide on [Dynamic & Async Components](./components-dynamic-async.html). +That's all you need to know about dynamic components for now, but once you've finished reading this page and feel comfortable with its content, we recommend coming back later to read the full guide on [Dynamic & Async Components](./component-dynamic-async.html). ## DOM Template Parsing Caveats