mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 18:13:54 +00:00
b90d286631
Co-authored-by: HomWang <516310460@qq.com>
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
export default defineNuxtRouteMiddleware(() => {
|
|
setPageLayout('other')
|
|
})
|