mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
fix(Icon): missing imports
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
import { ref, watch } from 'vue'
|
||||||
import { Icon } from '@iconify/vue/dist/offline'
|
import { Icon } from '@iconify/vue/dist/offline'
|
||||||
import { loadIcon } from '@iconify/vue'
|
import { loadIcon } from '@iconify/vue'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user