Skip to content

Commit 026148e

Browse files
committed
fix(plugin-vue): fix type definition
1 parent fa1840c commit 026148e

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
@@ -8,4 +8,4 @@ declare class BugsnagPluginVue {
88
constructor(Vue?: Vue)
99
}
1010

11-
export default bugsnagPluginVue
11+
export default BugsnagPluginVue

0 commit comments

Comments
 (0)