Skip to content

Commit 22e61e2

Browse files
committed
Merge pull request #99 from yanxyz/patch-2
Update link
2 parents 3d200f1 + 8dadd05 commit 22e61e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/guide/best-practices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,3 +292,5 @@ There are, of course, valid use cases for fragment instances, but it is in gener
292292
## Changing Default Options
293293

294294
It is possible to change the default value of an option by setting it on the global `Vue.options` object. For example, you can set `Vue.options.replace = false` to give all Vue instances the behavior of `replace: false`. Use this feature carefully, and use it only when you are starting a new project, because it affects the behavior of every instance.
295+
296+
Next: [Common FAQs](/guide/faq.html).

source/guide/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Vue.use(require('my-plugin'), {
7777
- [vue-element](https://github.com/vuejs/vue-element): Register Custom Elements with Vue.js.
7878
- [List of User Contributed Tools](https://github.com/yyx990803/vue/wiki/User-Contributed-Components-&-Tools)
7979

80-
Next: [Common FAQs](/guide/faq.html).
80+
Next: [Tips & Best Practices](/guide/best-practices.html).

0 commit comments

Comments
 (0)