mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
chore(components): add names
This commit is contained in:
@@ -29,3 +29,7 @@ watch(() => props.name, async () => {
|
||||
icon.value = await loadIcon(props.name).catch(_ => null)
|
||||
})
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UIcon' }
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user