Skip to content

Commit

Permalink
feat: add router vuex sync plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 22, 2021
1 parent 58755e9 commit 53c32b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ export default {
css: ['~/assets/css/main.css'],

plugins: [
{ src: '~/plugins/vuex-persist.js', mode: 'client', ssr: false },
{ src: '~/plugins/vue-matomo.js', mode: 'client', ssr: false },
{ src: '~/plugins/vuex-router-sync.js', mode: 'client' },
{ src: '~/plugins/vuex-persist.js', mode: 'client' },
{ src: '~/plugins/vue-matomo.js', mode: 'client' },
],

buildModules: [
Expand Down

0 comments on commit 53c32b9

Please sign in to comment.