nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.45k stars 383 forks source link

ContextMenu #1762

Closed noxsii closed 3 weeks ago

noxsii commented 3 weeks ago

Description

Hey :) i want to use the ContextMenu Component. But useMouse() and useWindowScroll() are not defined ?

benjamincanac commented 3 weeks ago

Oh I see, you're trying to replicate the examples of the ContextMenu from the documentation right?

You need to import those composables: import { useMouse, useWindowScroll } from '@vueuse/core' if you haven't installed @vueuse/nuxt.

I've updated the documentation accordingly, thanks for the report 😊