You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Failed to compile with 1 error
ERROR in ./assets/js/components/organizationMap.vue.ts(64,25)
TS2350: Only a void function can be called with the 'new' keyword.
line 64 is: this.panoramadata = new Viewer(config);
_________________________^
What am I doing wrong?
why such a mistake?
Thank you!
The text was updated successfully, but these errors were encountered:
hi a'm use Vue
and create new Viewer
Result:
ERROR Failed to compile with 1 error
ERROR in ./assets/js/components/organizationMap.vue.ts(64,25)
TS2350: Only a void function can be called with the 'new' keyword.
line 64 is: this.panoramadata = new Viewer(config);
_________________________^
What am I doing wrong?
why such a mistake?
Thank you!
The text was updated successfully, but these errors were encountered: