Open github-actions[bot] opened 3 months ago
https://github.com/mnenie/jenda/blob/0d7ca45c23f1db854b34ac8d009fcb2adafafda5/src/layouts/ui/AppLayout.vue#L7
const { width } = useWindowSize(); //TODO: jenda with mobile devices const NotAvailable = defineAsyncComponent(() => { return import('@/widgets/device/ui/NotAvailable.vue'); });
https://github.com/mnenie/jenda/blob/0d7ca45c23f1db854b34ac8d009fcb2adafafda5/src/layouts/ui/AppLayout.vue#L7