Skip to content

Commit 793a97b

Browse files
author
Guillaume Chau
committed
chore: put store strict mode
1 parent 8035e4c commit 793a97b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shells/dev/target/store.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Vuex from 'vuex'
44
Vue.use(Vuex)
55

66
export default new Vuex.Store({
7+
strict: true,
78
state: {
89
inited: 0,
910
count: 0,

0 commit comments

Comments
 (0)