creator的property 的default报错

@property({
type:cc.String,
displayName:‘测试’,
// default:‘fewfwe’,
})
myString:string = “eee”;
cc2.4.4版本