vuex-dot icon indicating copy to clipboard operation
vuex-dot copied to clipboard

tools for state mapping to computed with smooth and flexible v-model support

Results 3 vuex-dot issues
Sort by recently updated
recently updated
newest added

Hi, I'm using this package and it looks like it is not working in IE11 because of the use of arrow functions. It currently breaks our application. Can this be...

Hi, what is the best way to expose items of arrays? store/index.js ``` export const state = () => { foo: [ { bar_1: { attr: 'change me' } }...

Hi :) One thought, not sure if it makes sense, but wouldn't it be nice to be able to pass the path aside key and value to be able to...