在 nuxt.config.js 裡通過 router 來引入 middleware 中間件. nuxt.config.js 代碼如下 export default { router: { middleware: ["device"], }, } ...
確定! 回上一頁