Migration to nuxt 4
Used codemods CLI and reworked most alias'd path that stopped working
This commit is contained in:
5
app/middleware/sidebar.global.ts
Normal file
5
app/middleware/sidebar.global.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default defineNuxtRouteMiddleware(() => {
|
||||
const { closeSidebar } = useUiStore()
|
||||
|
||||
closeSidebar()
|
||||
})
|
||||
Reference in New Issue
Block a user