nomadinteractif

Results 4 comments of nomadinteractif

Sorry for the multiple edits, I hit submit before I were done and my use case was a little off! Here is the real use case. I use vue-mc has...

Hi ! Is there any update regarding the support of nested models and collections? I am currently working with nested Models and I would like to bring my 2 cents....

Thank you for the direction, it works! ``` computed : { models(){ return _.uniqBy(this.collection.models,(model)=>model.identifier()); } }, ```