chore(components): add names

This commit is contained in:
Benjamin Canac
2022-05-20 12:21:50 +02:00
parent 4f7e286790
commit 33a31205a1
28 changed files with 106 additions and 1 deletions

View File

@@ -41,3 +41,7 @@ defineProps({
}
})
</script>
<script lang="ts">
export default { name: 'UPills' }
</script>

View File

@@ -41,3 +41,7 @@ defineProps({
}
})
</script>
<script lang="ts">
export default { name: 'UTabs' }
</script>

View File

@@ -90,3 +90,7 @@ defineProps({
}
})
</script>
<script lang="ts">
export default { name: 'UVerticalNavigation' }
</script>