facing-dev/vue-facing-decorator

PropSync is missing but "vue-property-decorator" present

BUGOVER opened this issue · 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.