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
Got a similar error in Vue 3 with TypeScript: After installation and hook up in main.ts I get:
Uncaught TypeError: Cannot set properties of undefined (setting '$sanitize').
Hey.
I'm using Vue 3 and I can neither use
this.sanitize()
in the script tags, nor$sanitize()
in the template.The text was updated successfully, but these errors were encountered: