Skip to content

Commit

Permalink
fix(nav): enable empty nav selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaubree committed Aug 17, 2023
1 parent 92f0f71 commit ea9e2cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/nav/UNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ watch([activeItem, width], () => {
setItemsSizes()
})
})
onMounted(() => {
if (!modelValue.value)
modelValue.value = props.items[0].value
})
</script>

<template>
Expand Down

0 comments on commit ea9e2cd

Please # to comment.