mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
chore(components): add names
This commit is contained in:
@@ -105,3 +105,7 @@ const cardClass = computed(() => {
|
||||
)
|
||||
})
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UCard' }
|
||||
</script>
|
||||
|
||||
@@ -32,3 +32,7 @@ const containerClass = computed(() => {
|
||||
)
|
||||
})
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UContainer' }
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user