Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Nov 8, 2019
1 parent 70312b7 commit 26565af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ declare module 'vue/types/options' {
interface ComponentOptions<V extends Vue> {
modal?: {
classes?: VNodeData['class']
label: string
label?: string
attributes?: Record<string, any>
transition: string
transition?: string
}
}
}

0 comments on commit 26565af

Please sign in to comment.