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

IE11 Compatibility: Replacing String.includes usages with String.indexOf #77

Closed JessicaSachs closed 4 years ago

JessicaSachs commented 5 years ago

I believe this should make the library IE11 compatible. Should solve #77

davestewart commented 5 years ago

Thanks Jess! That's a good compromise.

I still haven't decided if I'm going to add IE11 compatibility (vs letting folks do it themselves) ... but if I do it will be this PR