Skip to content

Commit e634f47

Browse files
authored
fix: add reactivity debugging link (vuejs#2042)
Linked to vuejs#2041
1 parent 2bdd7f6 commit e634f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/best-practices/production-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ During development, Vue provides a number of features to improve the development
66

77
- Warning for common errors and pitfalls
88
- Props / events validation
9-
- Reactivity debugging hooks
9+
- [Reactivity debugging hooks](/guide/extras/reactivity-in-depth.html#reactivity-debugging)
1010
- Devtools integration
1111

1212
However, these features become useless in production. Some of the warning checks can also incur a small amount of performance overhead. When deploying to production, we should drop all the unused, development-only code branches for smaller payload size and better performance.

0 commit comments

Comments
 (0)