mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +00:00
chore(vuex): Setup strict mode
This commit is contained in:
parent
4e5ba43dcb
commit
c68e1e856f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import { encode } from '/services/encode.js'
|
|||
Vue.use(Vuex)
|
||||
|
||||
export default new Vuex.Store({
|
||||
strict: process.env.NODE_ENV !== 'production',
|
||||
state: {
|
||||
mediaStream: null,
|
||||
timer: {
|
||||
|
|
Loading…
Reference in a new issue