forked from verdnatura/salix-front
typo
This commit is contained in:
parent
5232df2595
commit
fdb8f92a10
|
@ -41,7 +41,7 @@ async function orderBy(name, direction) {
|
|||
break;
|
||||
}
|
||||
if (!direction) return await arrayData.deleteOrder(name);
|
||||
await arrayData.addOrder($props.name, direction);
|
||||
await arrayData.addOrder(name, direction);
|
||||
}
|
||||
|
||||
defineExpose({ orderBy });
|
||||
|
|
Loading…
Reference in New Issue