1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-19 07:00:59 +00:00
Nuxt/examples/vuex-persistedstate/nuxt.config.js
2018-03-16 19:42:06 +03:30

7 lines
101 B
JavaScript

export default {
/*
** We set `spa` mode to have only client-side rendering
*/
mode: 'spa'
}