mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +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) {
|
||||
const name = props.arrowDirection
|
||||
const name = props.arrowDirection && props.arrowDirection !== 'right'
|
||||
? `arrow-${props.arrowDirection}`
|
||||
: 'arrow';
|
||||
return <Icon name={name} class={bem('right-icon')} />;
|
||||
|
Loading…
x
Reference in New Issue
Block a user