Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

chenjiahan/vant-touch-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Vant Touch Emulator

在桌面端上模拟移动端 touch 事件,实现方式来自于 hammerjs/touchemulator.

安装

npm i @vant/touch-emulator -S

使用指南

直接在代码中引入模块即可,模块会自动完成初始化并生效

import '@vant/touch-emulator';

CDN 引入

<script src="https://cdn.jsdelivr.net/npm/@vant/touch-emulator"></script>