durbanitas
Results
1
issues of
durbanitas
I need help using this line [mentioned in the documentation](https://github.com/nuxt-modules/device#change-a-layout-dynamically) on how to change a layout dynamically: ```js export default { layout: (ctx) => ctx.$device.isMobile ? 'mobile' : 'default' }...
2.x
pending triage