Skip to content

Commit

Permalink
fix(types): adjust typing of BvComponent (addresses #3390)
Browse files Browse the repository at this point in the history
May address issue #3390
  • Loading branch information
tmorehouse committed May 27, 2019
1 parent c4a8edb commit aa3e55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Expand Up @@ -17,7 +17,7 @@ export interface BvPlugin extends PluginObject {
}

// Component base definition
export interface BvComponent extends Vue {
export class BvComponent extends Vue {
// Simple catch-all to allow any prop/type
[key: string]: any
}
Expand Down

0 comments on commit aa3e55d

Please sign in to comment.