ソースを参照

Merge pull request #1796 from regchiu/patch-2

docs(zh): removes semicolon from code example
Cue 5 年 前
コミット
7892445690
1 ファイル変更1 行追加1 行削除
  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: {