Przeglądaj źródła

docs(zh): Remove semicolon

Reg Chiu 5 lat temu
rodzic
commit
931c801512
1 zmienionych plików z 1 dodań i 1 usunięć
  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: {