if (!currentComponents.length) {
                    Array.from(this.$params.keys()).forEach(item => {
                        this.$params.delete(item);
                    });
                    this.pushToHistory();