From 6ab7c12437ea859e1742857514fb2bc621bed23e Mon Sep 17 00:00:00 2001 From: Kaoru Hagihara Date: Fri, 5 Feb 2016 11:06:00 +0900 Subject: [PATCH] fix vue.js --- vue/vue-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/vue-tests.ts b/vue/vue-tests.ts index 41ed38a2d..360625f05 100644 --- a/vue/vue-tests.ts +++ b/vue/vue-tests.ts @@ -226,7 +226,7 @@ namespace TestExplicitExtend { propA: Object, propB: { type: Application, - default: () => null, + default: () => new Application(), twoWay: true, coerce(value: any) {} }