mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +01:00
chore: transform to module
This commit is contained in:
12
src/runtime/components/Icon.vue
Normal file
12
src/runtime/components/Icon.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<Icon :name="name" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
defineProps({
|
||||
name: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user