Jul 14, 2024
beforeEach
method.
to
(target route) and from
(current route).beforeEach
.definePageMeta
macro and middleware
property.123
and use abortNavigation
utility if condition is met.middleware
directory, added to pages in the application.defineNuxtRouteMiddleware
utility to create middleware.useSupabaseUser
composable.middleware
property in definePageMeta
macro (noting normalization to kebab case).middleware
directory with global
suffix in the filename.to
and from
params) to the console on every route change.01
, 02
).import.meta.server
and import.meta.client
to skip running on server or client.