Skip to content

Commit fe5e1eb

Browse files
fix: fixed async component link, close vuejs#325
1 parent 636ff84 commit fe5e1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/component-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,9 @@ app.component('blog-post', {
449449
It should be noted that **these limitations does _not_ apply if you are using string templates from one of the following sources**:
450450

451451
- String templates (e.g. `template: '...'`)
452-
- [Single-file (`.vue`) components](../guide/single-file-component.html)
452+
- [Single-file (`.vue`) components](single-file-component.html)
453453
- `<script type="text/x-template">`
454454

455455
That's all you need to know about DOM template parsing caveats for now - and actually, the end of Vue's _Essentials_. Congratulations! There's still more to learn, but first, we recommend taking a break to play with Vue yourself and build something fun.
456456

457-
Once you feel comfortable with the knowledge you've just digested, we recommend coming back to read the full guide on [Dynamic & Async Components](components-dynamic-async), as well as the other pages in the Components In-Depth section of the sidebar.
457+
Once you feel comfortable with the knowledge you've just digested, we recommend coming back to read the full guide on [Dynamic & Async Components](component-dynamic-async.html), as well as the other pages in the Components In-Depth section of the sidebar.

0 commit comments

Comments
 (0)