mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Vendored
+1
-1
@@ -18,7 +18,7 @@ declare module 'vue/types/vue' {
|
||||
}
|
||||
|
||||
interface Vue {
|
||||
$v: ValidationProperties<this> & ValidationGroups & Validation
|
||||
$v: ValidationProperties<Vue> & ValidationGroups & Validation
|
||||
|
||||
delayTouch(v: Validation): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user