Browse Source

docs(zh): Remove semicolon

Reg Chiu 4 years ago
parent
commit
931c801512
1 changed files with 1 additions and 1 deletions
  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: {