get components() {
        if(!this.__cmp) {
            this.__cmp = new Ergo.core.Components(this, {type: 'component'});
        }
        return this.__cmp;