From 0269b3a4a9fe13a5a6db24b8ae1061be59d3dfad Mon Sep 17 00:00:00 2001 From: Bangun Bagustapa Date: Sun, 17 Oct 2021 19:50:50 +0700 Subject: [PATCH] fix: fix broken link in state management section --- src/v2/guide/state-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/guide/state-management.md b/src/v2/guide/state-management.md index 55b411950a..2835de3333 100644 --- a/src/v2/guide/state-management.md +++ b/src/v2/guide/state-management.md @@ -6,7 +6,7 @@ order: 502 ## Official Flux-Like Implementation -Large applications can often grow in complexity, due to multiple pieces of state scattered across many components and the interactions between them. To solve this problem, Vue offers [vuex](https://github.com/vuejs/vuex): our own Elm-inspired state management library. It even integrates into [vue-devtools](https://github.com/vuejs/vue-devtools), providing zero-setup access to [time travel debugging](https://raw.githubusercontent.com/vuejs/vue-devtools/master/media/demo.gif). +Large applications can often grow in complexity, due to multiple pieces of state scattered across many components and the interactions between them. To solve this problem, Vue offers [vuex](https://github.com/vuejs/vuex): our own Elm-inspired state management library. It even integrates into [vue-devtools](https://github.com/vuejs/vue-devtools), providing zero-setup access to [time travel debugging](https://raw.githubusercontent.com/vuejs/vuejs.org/master/src/images/devtools-timetravel.gif).
Watch a video explanation on Vue Mastery