Skip to content

Commit

Permalink
fix: renamed delete method to del
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 12, 2021
1 parent 32113f1 commit b8886fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vuexPathStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const createVuexPathStore = (options) => {
store.commit('toggle', { path })
}

store.delete = (path) => {
store.del = (path) => {
store.commit('delete', { path })
}

Expand Down

0 comments on commit b8886fd

Please sign in to comment.