davestewart / vuex-pathify

Vue / Vuex plugin providing a unified path syntax to Vuex stores
https://davestewart.github.io/vuex-pathify
MIT License
1.37k stars 57 forks source link

Support numeric keys on objects #124

Closed davestewart closed 3 years ago

davestewart commented 3 years ago

Fixes issues around numeric keys on objects, and setting new array properties using option deep: 2. Closes #122