You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,6 @@ Again, the reason we are committing a mutation instead of changing `store.state.
39
39
40
40
Using store state in a component simply involves returning the state within a computed property, because the store state is reactive. Triggering changes simply means committing mutations in component methods.
41
41
42
-
Here's an example of the [most basic Vuex counter app](https://jsfiddle.net/yyx990803/n9jmu5v7/).
42
+
Here's an example of the [most basic Vuex counter app](https://jsfiddle.net/n9jmu5v7/341/).
43
43
44
44
Next, we will discuss each core concept in much finer details, starting with [State](state.md).
0 commit comments