Skip to content

Commit 7892445

Browse files
authored
Merge pull request #1796 from regchiu/patch-2
docs(zh): removes semicolon from code example
2 parents 0b3a2b0 + 931c801 commit 7892445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import Vue from 'vue'
2121
import Vuex from 'vuex'
2222

23-
Vue.use(Vuex);
23+
Vue.use(Vuex)
2424

2525
const store = new Vuex.Store({
2626
state: {

0 commit comments

Comments
 (0)