1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/examples/middleware/nuxt.config.js
2018-03-16 19:42:06 +03:30

6 lines
76 B
JavaScript

export default {
router: {
middleware: ['visits', 'user-agent']
}
}