vue-typed-emit icon indicating copy to clipboard operation
vue-typed-emit copied to clipboard

TypeScript utility type for Vue.js $emit

Results 2 vue-typed-emit issues
Sort by recently updated
recently updated
newest added

### Describe the bug Types incompatibility in vue 3. got this message when applying the example code in SFC - `Composition API`: ``` Interface 'ExtendedSetupContext' incorrectly extends interface 'SetupContext'. Types...

Hi, It seems not working for global emit on `$root.$emit`. Maybe it is not a big work to add that? Regards

enhancement