You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
林华焜
b6f8f922cf
|
4 years ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
index.js | 4 years ago | |
package.json | 4 years ago |
README.md
Vant Touch Emulator
在桌面端上模拟移动端 touch 事件,实现方式来自于 hammerjs/touchemulator.
Install
NPM
npm i @vant/touch-emulator -S
YARN
yarn add @vant/touch-emulator
使用指南
直接在代码中引入模块即可,模块会自动完成初始化并生效
import '@vant/touch-emulator';
CDN 引入
<script src="https://cdn.jsdelivr.net/npm/@vant/touch-emulator"></script>