Not responsive data mount to this, when use ts
What problem does this feature solve?
I have cesium in my project, usually, i mount cesium object to this, but not in data, so it's not responsive, for improve performance. like this this.viewer = new Cesium.Viewer()
.
now, i update to vue3 and typescript, any place i need cesium object must use like (this as any).viewer = viewer
.
is there any way to extend an unreponsive property ?
What does the proposed API look like?
interface {
}
Hello!
Thank your for your interest in this project.
However, your issue is a usage/support question, and the issue tracker is reserved exclusively for bug reports and feature requests (as outlined in our Contributing Guide).
We encourage you to ask it on the forum , Stack Overflow or on our Discord chat and are happy to help you out there.