diff --git a/packages/devextreme-vue/src/core/component.ts b/packages/devextreme-vue/src/core/component.ts index 81986f756581..56998d953894 100644 --- a/packages/devextreme-vue/src/core/component.ts +++ b/packages/devextreme-vue/src/core/component.ts @@ -146,7 +146,7 @@ function initBaseComponent() { beforeUnmount(): void { const thisComponent = this as any as IBaseComponent; const instance = thisComponent.$_instance; - + this.dxClasses = []; if (instance) { triggerHandler(this.$el, DX_REMOVE_EVENT);