import { ref, onBeforeUnmount, onMounted } from 'vue'; const MOBILE_BREAKPOINT_PX = 768; // Vue 3 replacement for the legacy MediaQueryMixin. Returns a reactive // `isMobile` ref that updates on window resize. Use inside