Skip to content

Commit

Permalink
Merge pull request vuejs#1796 from regchiu/patch-2
Browse files Browse the repository at this point in the history
docs(zh): removes semicolon from code example
  • Loading branch information
cuebit authored Jul 13, 2020
2 parents 0b3a2b0 + 931c801 commit 7892445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import Vue from 'vue'
import Vuex from 'vuex'

Vue.use(Vuex);
Vue.use(Vuex)

const store = new Vuex.Store({
state: {
Expand Down

0 comments on commit 7892445

Please sign in to comment.