This commit is contained in:
mertsincan 2024-04-25 01:44:13 +01:00
parent 38b4683485
commit 866643ef2b
2 changed files with 19 additions and 6 deletions

View file

@ -36,6 +36,9 @@ export default {
this.d_value = newValue;
this.$emit('update:value', newValue);
}
},
isVertical() {
return this.orientation === 'vertical';
}
}
};