v2.0.0
This new version breaks using flags directly from ctx (ex: ctx.isMobile), you need to use $device.isMobile.
- Removed flags attached to the context:
ctx.isMobileis nowctx.$device.isMobile - Added
deviceoption innuxt.config.js - Improvements the REAME
- Upgraded dependencies
- Added yarn dev comment to run the fixture + allow CodeSandbox demo