vue-property-decorator
vue-property-decorator copied to clipboard
Cannot compatible with Jest when testing in Vue project
When I only use Jest with Vue project, I can't import subcomponent in component as below:
if I do according to tips, also I cannot define private variable, as below:
the reproduce project :jest-decorator-issue
I don't know why, can anyone give me any suggestions?
Any news here ?