BUGOVER opened this issue 10 months ago · 1 comments
import { PropSync } from 'vue-property-decorator';
@ProPsync('currentStep') public step: number = 1;
There is no sync prop in vue3, use v-model instead.