Nuxt/test/fixtures/with-config/nuxt.config.js

8 lines
105 B
JavaScript
Raw Normal View History

2016-12-21 14:03:37 +00:00
module.exports = {
router: {
base: '/test/'
2016-12-21 18:27:36 +00:00
},
cache: true,
loading: '~components/loading'
2016-12-21 14:03:37 +00:00
}