First Committ
This commit is contained in:
13
src/shims-quasar.d.ts
vendored
Executable file
13
src/shims-quasar.d.ts
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
import { Vue, Options } from 'vue-class-component'
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$q: any
|
||||
}
|
||||
}
|
||||
|
||||
declare module 'vue/types/options' {
|
||||
interface ComponentOptions<V extends Vue> {
|
||||
preFectch?: (options: any) => void | Promise<void>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user