Skip to content

Commit 1d43f21

Browse files
committed
refactor(plugin-vue): Tweak types for vue2+3 compat
1 parent 9fcbabd commit 1d43f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/types/bugsnag-plugin-vue.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface VueApp {
1313
config: VueConfig
1414
}
1515

16-
type VueErrorHandler = (err: unknown, instance: any, info: any) => void
16+
type VueErrorHandler = (err: any, instance: any, info: any) => void
1717

1818
// eslint-disable-next-line @typescript-eslint/no-empty-interface
1919
interface BugsnagPluginVue extends Plugin { }

0 commit comments

Comments
 (0)