ktsn / vuex-class

Binding helpers for Vuex and vue-class-component
MIT License
1.73k stars 86 forks source link

Symbol support #47

Open GopherJ opened 5 years ago

GopherJ commented 5 years ago

I would like to define the types of mutations as symbol but @Mutation supports just string as argument, is it possible to add support for symbol?