parent
88cf0865e5
commit
2b36c31af0
|
@ -22,7 +22,7 @@
|
||||||
@click="moveLeft"
|
@click="moveLeft"
|
||||||
>
|
>
|
||||||
{{ t("memories", "Move left") }}
|
{{ t("memories", "Move left") }}
|
||||||
<template #icon> <LeftMoveIcon :size="28" /> </template>
|
<template #icon> <LeftMoveIcon v-once :size="28" /> </template>
|
||||||
</NcActionButton>
|
</NcActionButton>
|
||||||
</NcActions>
|
</NcActions>
|
||||||
</div>
|
</div>
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
@click="moveRight"
|
@click="moveRight"
|
||||||
>
|
>
|
||||||
{{ t("memories", "Move right") }}
|
{{ t("memories", "Move right") }}
|
||||||
<template #icon> <RightMoveIcon :size="28" /> </template>
|
<template #icon> <RightMoveIcon v-once :size="28" /> </template>
|
||||||
</NcActionButton>
|
</NcActionButton>
|
||||||
</NcActions>
|
</NcActions>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue