Nuxt/examples/middleware/nuxt.config.js
Sébastien Chopin 17650c25e0 Middleware feature 🔥
2017-02-03 15:09:38 +01:00

6 lines
78 B
JavaScript

module.exports = {
router: {
middleware: ['visits', 'user-agent']
}
}