Nuxt/test/fixtures/with-config/nuxt.config.js
2016-12-21 19:27:36 +01:00

8 lines
105 B
JavaScript

module.exports = {
router: {
base: '/test/'
},
cache: true,
loading: '~components/loading'
}