Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tanveerkhan-wd's avatar

I upgrade my app from vue2 to vue3 in which @PropSync() is not working How do i resolve this?

import { Component, Prop, PropSync, Vue } from "vue-facing-decorator"; @PropSync("rawFromParties", { type: Object, default: null, }) syncedRawFromParties!: { [P: string]: ISelectListItemGroup[] } | null;

This code is not working now

0 likes
1 reply

Please or to participate in this conversation.