vuex-crud
vuex-crud copied to clipboard
Vuex-CRUD is a library for Vuex which helps you to build CRUD modules easily.
I have a case where one of my modules uses a url which includes the id of the logged in user, only available on the store, but there does't seem...
There was an error using a variable.
I'm trying to use this in conjunction with another library and both try to add actions to modules such as `create` `update` etc which do very different things. Is there...
I use the plugin @nuxtjs/auth for authorization. When I request the API with this.$axios the auth headers are set correctly. When requesting the API through the vuex-crud the headers are...
I setup the nuxt example as in the README. I got an error when the api route for fetchList was not defined yet. This would result in a 404 in...
For example, I have 2 lists that are specified by query string ?id= So I create a custom action for getting with a custom url: ``` actions: { fetchBuildsOfService({commit, dispatch},...
I am using axios-module for nuxt, primary usecase is — different base url for SSR and browser. In case of server rendering, backend available at http://backend:5000/ and in browser its...
First of all, Id like to say this is a great little library, great work! My only issue is that we can only react to request errors/successes with custom **mutations**....
Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...
Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...