fix vue.js

This commit is contained in:
Kaoru Hagihara
2016-02-05 11:06:00 +09:00
parent 88a3ea263e
commit 6ab7c12437

View File

@@ -226,7 +226,7 @@ namespace TestExplicitExtend {
propA: Object,
propB: {
type: Application,
default: () => null,
default: () => new Application(),
twoWay: true,
coerce(value: any) {}
}