UNPKG

@thunderstorefront/thunder

Version:

## Commands

6 lines (5 loc) 145 B
export default defineNuxtRouteMiddleware((to, from) => { if (to.path !== from.path && import.meta.client) { window.scrollTo(0, 0); } });