200) ? false : true"
x-init="
const mq = window.matchMedia('(min-width: 1201px)');
const update = e => { isDesktop = e.matches; open = isDesktop ? true : false };
mq.addEventListener ? mq.addEventListener('change', update) : mq.addListener(update);
update(mq);
"
@keydown.escape.window="
$dispatch('nav-close');
open=false;
$nextTick(()=> $refs.mainToggle?.focus())
"
>
Zum Hauptinhalt springen