michaelolof / vuex-class-component

A Type Safe Vuex Module or Store Using ES6 Classes and ES7 Decorators written in TypeScript.
217 stars 21 forks source link

fix missing extends on proxy and submodule. Fixes #35 #36

Closed aymasse closed 5 years ago

aymasse commented 5 years ago

Hello,

This PR Fixes #35 .

Let me know if this PR needs more work.

Thank you.