Skip to content

Commit

Permalink
fix(plugin-vue): fix type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
djskinner committed Apr 3, 2020
1 parent fa1840c commit 026148e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/types/bugsnag-plugin-vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ declare class BugsnagPluginVue {
constructor(Vue?: Vue)
}

export default bugsnagPluginVue
export default BugsnagPluginVue

0 comments on commit 026148e

Please sign in to comment.