Ervin Molnár

Results 2 comments of Ervin Molnár

Well my problem was that the documentation is misleading. It says the default convention is `App.User.1` while actually it's (at least for me) `App.Models.User.1`. If in doubt just `dd()` the...

I think you just need to use `fluid`. For me using `Vue` this works: ```vue ```