vuex-class-component
vuex-class-component copied to clipboard
Various small fixes to make it build with typescript 3.4.1
I had to make some changes in order to make the project compile with typescript 3.4.1. Perhaps you will find them useful.
https://github.com/michaelolof/vuex-class-component/pull/17/commits/926f76e7551fe6cc9a75a3d4491acb6dbf4fecbc#diff-71140e89e90b8de9f9404d7dc33776aaL15
Hello the cast to InstanceType<T> is intentional since this is what the proxies defer to. Thanks for the suggestion