vuex-router-sync integration for Nuxt
Enable vuex-router-sync in your Nuxt application.
- Add
nuxt-vuex-router-sync
dependency using yarn or npm to your project - Add
nuxt-vuex-router-sync
tomodules
section ofnuxt.config.js
{
modules: [
'nuxt-vuex-router-sync',
]
}
Copyright (c) Paul Gascou-Vaillancourt (@paulgv)