From f7b3c6ca098750c6dcf99f0e7a557fc51fc18c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=81=E5=AE=81?= <383514580@qq.com> Date: Tue, 9 Apr 2019 14:26:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8A=8Avue=E6=8C=87=E4=BB=A4=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=92=8CAnyTouch=E7=B1=BB=E5=88=86=E5=BC=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6,=20=E9=98=B2=E6=AD=A2=E5=BE=AA=E7=8E=AF=E5=BC=95?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example/vue/index.html | 2 +- src/AnyTouch.ts | 366 ++++++++++++++++++++++++++++ src/main.ts | 368 +---------------------------- src/vueDirective/InstanceManage.ts | 4 +- src/vueDirective/index.ts | 9 +- 5 files changed, 376 insertions(+), 373 deletions(-) create mode 100644 src/AnyTouch.ts diff --git a/example/vue/index.html b/example/vue/index.html index 9c2208d4..097add57 100644 --- a/example/vue/index.html +++ b/example/vue/index.html @@ -26,7 +26,7 @@