8 lines
106 B
Vue
8 lines
106 B
Vue
|
<script setup lang="ts">
|
||
|
import { Icon } from '@iconify/vue'
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<Icon />
|
||
|
</template>
|