Tony
Tony
@leandroluk @ahmedash95 @timgavin you guys can also follow _the-Laravel-way_ and use the Facade (looks more readable): ``` php @if (Agent::isAndroidOS() ) From Android @elseif (Agent::isSafari()) From Safari @endif ```
@emergingdzns your config/app.php already has the respective alias to make it works as facade? For more information read this: https://github.com/TonnyORG/agent/blob/33043abec5a61d5ae6db2677c2c6457690801c71/README.md#laravel-optional (Laravel (optional))
I'm kinda facing the same issue here, this is how my `actions.ts` looks like: ``` export default { updateIp(context: any, ip: string) { context.commit('setIp', ip); } } ``` But I...
@ly525 any progress on this?
Looks like I have the same problem: #6410
Any ETA on this?
@jeremynikolic ahhh got it, tyvm!
@makhnovskiy can you test this whenever you have some time?
I'm in the need of something similar, is it possible @whitecube?