retro mode fix
This commit is contained in:
@@ -70,6 +70,7 @@ function toggleMenu() {
|
||||
function toggleRetroMode() {
|
||||
isRetroMode.value = !isRetroMode.value
|
||||
setCookie('retro-mode', isRetroMode.value ? '1' : '0')
|
||||
window.scrollTo({ top: 0, behavior: 'instant' })
|
||||
}
|
||||
|
||||
watch(() => route.path, () => {
|
||||
|
||||
Reference in New Issue
Block a user