`UNavbar`: fixed multiple components adding to the `prependSlot`
The unshift method does not return a new array, so we cannot chain the slice method to it.
The unshift method does not return a new array, so we cannot chain the slice method to it.