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

7 lines
103 B
JavaScript
Raw Normal View History

2017-08-22 11:24:23 +00:00
module.exports = {
/*
** We set `spa` mode to have only client-side rendering
*/
mode: 'spa'
}