Explorar o código

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

Missing `Vue.use(Vuex);`.
Reg %!s(int64=5) %!d(string=hai) anos
pai
achega
1e2f3bf516
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      docs/zh/guide/README.md

+ 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