Skip to content

Commit 1e2f3bf

Browse files
authored
docs(zh): fix missing information in the guide (#1776)
Missing `Vue.use(Vuex);`.
1 parent 07f2b19 commit 1e2f3bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/zh/guide/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
import Vue from 'vue'
2121
import Vuex from 'vuex'
2222

23+
Vue.use(Vuex);
24+
2325
const store = new Vuex.Store({
2426
state: {
2527
count: 0

0 commit comments

Comments
 (0)