Skip to content

Commit

Permalink
fix(Popover): add missing ref import
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Apr 11, 2022
1 parent fc4de89 commit 2eb2fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/overlays/Popover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</template>

<script>
import { ref } from 'vue'
import { Popover, PopoverButton, PopoverPanel } from '@headlessui/vue'
import { usePopper } from '../../utils'
Expand Down

1 comment on commit 2eb2fea

@vercel
Copy link

@vercel vercel bot commented on 2eb2fea Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

nuxthq-ui.vercel.app
ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.