常阅 API
技术专题
工程化配置
主题
npm i @vueuse/core
import { useMouse, useCounter } from '@vueuse/core' const { x, y } = useMouse() const { count, inc, dec } = useCounter()