
VueUse
Released under the MIT License. Copyright © 2020-PRESENT Anthony Fu and VueUse contributors
Get Started | VueUse
VueUse is a collection of utility functions based on Composition API. We assume you are already familiar with the basic ideas of Composition API before you continue.
Home | VueUse
Collection of essential Vue Composition Utilities🕶 Seamless migration Works for both Vue 3 and 2 ⚡ Fully tree shakable Only take what you want 🦾 Type Strong Written in TypeScript, with TS Docs 🛠 Flexible …
Functions - VueUse
Collection of essential Vue Composition Utilities
Get Started | VueUse
VueUse Collection of Vue Composition Utilities Collection of Essential Vue Composition Utilities
Guidelines - VueUse
Guidelines Here are the guidelines for VueUse functions. You could also take them as a reference for authoring your own composable functions or apps. You can also find some reasons for those design …
Components - VueUse
Components In v5.0, we introduced a new package, @vueuse/components providing renderless component versions of composable functions. Install bash npm i @vueuse/core @vueuse/components
useStorage - VueUse
Usage TIP When using with Nuxt 3, this function will NOT be auto imported in favor of Nitro's built-in useStorage(). Use explicit import if you want to use the function from VueUse.
useEventListener - VueUse
caf08 - feat: make all parameters arrayable and reactive (#4486) v12.3.0 on 1/2/2025 021d0 - feat (toArray): new utility function (#4432) 59f75 - feat (toValue): deprecate toValue from …
useMouse - VueUse
Component Usage This function also provides a renderless component version via the @vueuse/components package. Learn more about the usage.