fix: navigation commands name

This commit is contained in:
三咲智子 2022-12-01 21:45:13 +08:00
parent 447ed6d941
commit 17a15e2917
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -15,7 +15,7 @@ const router = useRouter()
useCommand({
scope: 'Navigation',
name: () => props.text ?? typeof props.to === 'string' ? props.to as string : props.to.name,
name: () => props.text ?? (typeof props.to === 'string' ? props.to as string : props.to.name),
icon: () => props.icon,
onActivate() {