aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vuepress/lib/app/store.js
blob: 115fe0b9e6da8b9cd0b5536af4a09d1e30633f2e (plain)
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