/use-composable

🔧 Collection of Vue Composition Utilities

Primary LanguageVue

UseComposable

🔧 A collection of utility functions based on Composition API.

NPM version

Install

pnpm install @use-composable/core

Usage

import { useMouse } from '@use-composable/core'

const { x, y } = useMouse()

License

MIT License © 2022 Akashi Sai