Skip to content

Commit adc94e4

Browse files
Guillaume Chauiksim
authored andcommitted
chore: put store strict mode
1 parent 92163cf commit adc94e4

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)