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

Hey all, Short Summary: When overriding the `fetch` method to be POST, the url still has parameters encoded in it as if I was performing a GET request. I'm trying...

At the moment the support for nested structures is limited. We'd like to improve this as it's a common situation and should in theory work as you would expect. This...

Discussion
Feature

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies
javascript

Hi @rtheunissen, First of all, thank you for the awesome package! It has really changed the way we code Vue in my company! Now API communication is much more a...

I'm using Vuex and I'm attempting to add a new model to the collection via the add() method inside of a Vuex mutation. This is the mutation: ``` createNew (state,...

Currently, the documentation doesn't show how to do that. It can be quite confusing, since the demo uses laravel. Since the demo is a monolithic application, I'm assuming /task means...

Im not understand in documentation, how can I fetch data by collection class with queries? var offers = new OffersCollection(); offers.page(1).fetch(() => {}); //Request with page sent, models in collection...

Model's [onDeleteSuccess](https://github.com/FiguredLimited/vue-mc/blob/master/src/Structures/Model.ts#L1100) calls `this.clear()` before calling `this.removeFromAllCollections` and `this.emit('delete')`. This means that `remove` event handlers for associated collections, and `delete` event handlers on the model, don't have access to the...

I use vue-mc with NuxtJS and Symfony as my Backend. Authentication with [json_login](https://symfony.com/doc/current/security/json_login_setup.html). To make the login/auth work, I have to extend the axios config for every request with ```javascript...

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies
javascript