Skip to content

Commit

Permalink
docs(zh): Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
regchiu authored Jul 12, 2020
1 parent 0b3a2b0 commit 931c801
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 931c801

Please sign in to comment.