Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix: expose internal iconfiy
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiyajie committed Sep 14, 2023
1 parent 00acf3b commit 89bb88f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nuxt-ui-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ export { useToast, injectToast } from '@/composables/useToast'

export { NuxtUIVueComponentResolver } from '@/componentResolver'

export * as iconify from '@iconify/vue'

export * as iconfiyOffline from '@iconify/vue/dist/offline'

export { default } from './install'

0 comments on commit 89bb88f

Please sign in to comment.