mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
fix vue.js
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ namespace TestExplicitExtend {
|
||||
propA: Object,
|
||||
propB: {
|
||||
type: Application,
|
||||
default: () => null,
|
||||
default: () => new Application(),
|
||||
twoWay: true,
|
||||
coerce(value: any) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user