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
@Lucascuibu Hi, thanks for issuing, as the error message said: "e3 is not an Object", as for Vuejs rendering process, your variable "node" would still be "undefined" when the setup function runs, try to adjust something like following may solve the issue, thank you. (and it would be even better to use "ref" when accessing dom object in Vuejs)
I am writing a Vue component:
And received following error:
The text was updated successfully, but these errors were encountered: