Skip to content

Commit

Permalink
chore: update floating-ui plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Sep 3, 2024
1 parent 61cf174 commit 17640d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/runtime/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineNuxtPlugin } from '#app'
import { FloatingVuePlugin } from '@morpheme/ui/src/tooltip/src'
import { FloatingVuePlugin } from '../floating-vue'

export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(FloatingVuePlugin)
Expand Down

0 comments on commit 17640d9

Please sign in to comment.