提供一个简单的鼠标小动画
## 安装依赖
npm install mouse-element
## 导入组件
import { createMouseAnimation } from 'createMouseAnimation'
<main w-full h-full @mousemove="e => createMouseAnimation(e, { backgroundColor: 'yellow', timeout: 1000 })">
</main>
- backgroundColor: 背景颜色
- timeout: 动画时长
- width: 宽度
- height: 高度