Browse Source

Merge pull request #1796 from regchiu/patch-2

docs(zh): removes semicolon from code example
Cue 5 năm trước cách đây
mục cha
commit
7892445690
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/zh/guide/README.md

+ 1 - 1
docs/zh/guide/README.md

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