0👍
Just change:
this.$store.commit('config/SET_BANNER_STATUS', 'false')
To:
this.$store.commit('config/SET_BANNER_STATUS', false)
Source:stackexchange.com
0👍
Just change:
this.$store.commit('config/SET_BANNER_STATUS', 'false')
To:
this.$store.commit('config/SET_BANNER_STATUS', false)