1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 11:42:43 +00:00
Nuxt/examples/routes-meta/nuxt.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2018-08-20 12:59:08 +00:00
export default {
router: {
middleware: ['theme']
},
css: ['wingcss']
}