1 2 3 4 5 6 7
// It is not yet time to use Vuex to manage the global state // singleton object as a global store. const state = { disableScrollBehavior: false } export default state