mnenie / jenda

Jenda is a cloud-based app for efficient collaborative and individual project and task management
https://jenda.vercel.app
MIT License
6 stars 1 forks source link

jenda with mobile devices #44

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 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');
});