Nuxt/examples/vuex-persistedstate/nuxt.config.js

7 lines
101 B
JavaScript
Raw Normal View History

2018-03-16 16:12:06 +00:00
export default {
2017-08-22 11:24:23 +00:00
/*
** We set `spa` mode to have only client-side rendering
*/
mode: 'spa'
}