fix: 🐛 change vue vm instance (#1751)
This commit is contained in:
@ -65,7 +65,8 @@ export class VueShapeView extends NodeView<VueShape> {
|
||||
getNode: () => node,
|
||||
}
|
||||
},
|
||||
}).mount(root)
|
||||
})
|
||||
this.vm.mount(root)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user