mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Cell): arrow-direction assignment right is invalid (#11279)
This commit is contained in:
parent
772875535f
commit
e18a3d49ce
@ -124,7 +124,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (props.isLink) {
|
if (props.isLink) {
|
||||||
const name = props.arrowDirection
|
const name = props.arrowDirection && props.arrowDirection !== 'right'
|
||||||
? `arrow-${props.arrowDirection}`
|
? `arrow-${props.arrowDirection}`
|
||||||
: 'arrow';
|
: 'arrow';
|
||||||
return <Icon name={name} class={bem('right-icon')} />;
|
return <Icon name={name} class={bem('right-icon')} />;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user