setAdBlocked()

in store/index.js [36:38]


  setAdBlocked(state, value) {
    state.adBlocked = value
  },