1
0
Эх сурвалжийг харах

docs(zh): fix missing information in the guide (#1776)

Missing `Vue.use(Vuex);`.
Reg 4 жил өмнө
parent
commit
1e2f3bf516

+ 2 - 0
docs/zh/guide/README.md

@@ -20,6 +20,8 @@
 import Vue from 'vue'
 import Vuex from 'vuex'
 
+Vue.use(Vuex);
+
 const store = new Vuex.Store({
   state: {
     count: 0