mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
chore(components): add names
This commit is contained in:
@@ -98,3 +98,7 @@ const linkClass = computed(() => {
|
||||
})[props.variant]
|
||||
})
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UAlert' }
|
||||
</script>
|
||||
|
||||
@@ -102,3 +102,7 @@ function onClose () {
|
||||
emit('close')
|
||||
}
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UAlertDialog' }
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user