Skip to content

Commit 89c59a4

Browse files
harekukevinmarrec
authored andcommitted
fix(types): [email protected] types update (#146)
1 parent df6a200 commit 89c59a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import { VuetifyObject } from 'vuetify'
1+
import { Framework } from 'vuetify'
22

33
declare module '@nuxt/vue-app' {
44
interface Context {
5-
$vuetify: VuetifyObject
5+
$vuetify: Framework
66
}
77
}
88

99
// Nuxt 2.9+
1010
declare module '@nuxt/types' {
1111
interface Context {
12-
$vuetify: VuetifyObject
12+
$vuetify: Framework
1313
}
1414
}

0 commit comments

Comments
 (0)