Skip to content

Commit 757784d

Browse files
blackprktsn
authored andcommitted
fix jsfiddle example (#597)
The example on jsfiddle is broken. We need to update the external resources
1 parent 8683f1b commit 757784d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Again, the reason we are committing a mutation instead of changing `store.state.
3939

4040
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.
4141

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/).
4343

4444
Next, we will discuss each core concept in much finer details, starting with [State](state.md).

0 commit comments

Comments
 (0)