Sep 21, 2023
0
Level 1
I upgrade my app from vue2 to vue3 in which @Getter() is not working How do i resolve this?
Here is my code that not working:
import { Getter } from "s-vuex-class";
@Getter("reports/report") report!: IReport;
Here is error:
Unable to resolve signature of property decorator when called as an expression. Argument of type 'ReportTemplateBuilder' is not assignable to parameter of type 'Vue'
Please or to participate in this conversation.