mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
fix vue.js
This commit is contained in:
@@ -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