Nuxt/examples/vuex-persistedstate/nuxt.config.js
2017-08-22 13:24:23 +02:00

7 lines
103 B
JavaScript

module.exports = {
/*
** We set `spa` mode to have only client-side rendering
*/
mode: 'spa'
}