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
Same here:
src/main/client/js/mixin/action/SentAction.ts:47:22 - error TS2339: Property '$emit' does not exist on type 'never'.
47 this.$root.$emit(EventType.PUBLISH_GLOBAL_EVENT, sendEvent);
Version
2.7.5
Reproduction link
https://codesandbox.io/s/vue-typescript-example-forked-hvzpki?file=/src/main.ts
Steps to reproduce
What is expected?
no typescript error
What is actually happening?
After upgrading from 2.7.4 to 2.7.5 the code above fails to compile:
The text was updated successfully, but these errors were encountered: