nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

Home Page:https://ui.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContextMenu

noxsii opened this issue · comments

commented

Description

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

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 😊