vue-mc icon indicating copy to clipboard operation
vue-mc copied to clipboard

Models and Collections for Vue

Results 67 vue-mc issues
Sort by recently updated
recently updated
newest added

Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.1.0 to 5.1.5. Release notes Sourced from symfony/http-kernel's releases. v5.1.5 Changelog (https://github.com/symfony/http-kernel/compare/v5.1.4...v5.1.5) no changes v5.1.4 Changelog (https://github.com/symfony/http-kernel/compare/v5.1.3...v5.1.4) bug #37841 Backport handler lock when using VAR_DUMPER_FORMAT (ogizanagi) v5.1.3...

dependencies
php

I really like the patterns vue-mc brings! Thanks for building it and documenting it clearly. I saw a question about GraphQL, and this might be similar. I'm working with a...

So, unfortunately our backend returns validation errors in a slightly different format than this library expects it. Is there a way to configure how this response is parsed so that...

Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies
javascript

is it possible to make it work with graphql ? eg apollo client

Discussion
Question

Is there any plan on adding adapters for frameworks like Laravel etc.? By `adapters` I mean some sort of a package that fetches laravel models and then builds them via...

Hi, I've read your docs a few times but I can't find the simplest example that illustrates how to modify any given model and have it updated on the server....

Hi there! Playing around with VueMC to see if it's a good fit for the project I'm working on. I'm working with a server who's responses are of the following...

Documentation

My setup is roughly: ```jsx import { Trips } from "models"; export default { data: () => ( { date: "2018-06-15", trips: new Trips() } ), async created() { await...

Verified
Bug