diff --git a/packages/vue-3/src/VueRenderer.ts b/packages/vue-3/src/VueRenderer.ts index 738ae67e..3ad0b7cd 100644 --- a/packages/vue-3/src/VueRenderer.ts +++ b/packages/vue-3/src/VueRenderer.ts @@ -41,7 +41,7 @@ export class VueRenderer { } get ref(): any { - return this.editor.contentComponent?.ctx.$refs[this.id] + return this.editor.contentComponent?.refs[this.id] } updateProps(props: Record = {}): void {