getComponent: Type must be non-nil 的问题 报错代码在内容

properties: {

    lMineName :cc.Label = null // 这么声明编辑器就会报错
  xx: {  / 这么声明编辑器就不会报错
        default: null,
        type: cc.Label 
    },

那就是说不能这么写。