Primo committ Notevole
This commit is contained in:
13
src/shims-quasar.d.ts
vendored
Normal file
13
src/shims-quasar.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
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