replaced ti-arrow-left
This commit is contained in:
parent
f8248853d1
commit
e7b3a60698
6 changed files with 15 additions and 14 deletions
|
|
@ -68,7 +68,7 @@ const buttonsLeft = computed(() => {
|
|||
|
||||
if (history.value.length > 1) {
|
||||
buttons.push({
|
||||
icon: 'ph-arrow-left ph-bold ph-lg',
|
||||
icon: 'ti ti-arrow-left',
|
||||
onClick: back,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue