Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov committed Jul 23, 2024
1 parent de43415 commit ce43250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme-vue/src/core/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ce43250

Please sign in to comment.