Skip to content

Commit 8dadd05

Browse files
committed
Update best-practices.md
1 parent 9646fdf commit 8dadd05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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).

0 commit comments

Comments
 (0)