fix(components): update

This commit is contained in:
thinkasany
2025-07-26 13:43:55 +08:00
parent dac283858d
commit 8f1ac267d5

View File

@@ -59,8 +59,7 @@ const draggerStyles = computed(() => {
const draggerPseudoClass = computed(() => {
const prefix = ns.e('dragger')
return {
[`${prefix}-horizontal`]: isHorizontal.value,
[`${prefix}-vertical`]: !isHorizontal.value,
[`${prefix}-${props.layout}`]: true,
[`${prefix}-active`]: startPos.value,
}
})