mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-25 02:26:38 +00:00
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
module.exports = {
|
|
router: {
|
|
base: '/test/'
|
|
},
|
|
cache: true,
|
|
loading: '~components/loading'
|
|
}
|