vuex-class-component icon indicating copy to clipboard operation
vuex-class-component copied to clipboard

Various small fixes to make it build with typescript 3.4.1

Open torarnek opened this issue 6 years ago • 1 comments

I had to make some changes in order to make the project compile with typescript 3.4.1. Perhaps you will find them useful.

torarnek avatar Apr 05 '19 11:04 torarnek

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

michaelolof avatar Apr 08 '19 12:04 michaelolof