Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit e0e6ca7

Browse files
committed
test $event
1 parent f996571 commit e0e6ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<div
17-
v-touch:tap="test"
17+
v-touch:tap="test($event)"
1818
v-touch:pan="test"
1919
v-touch-options:pan="{ direction: 'up', threshold: 100 }"
2020
v-touch:press="test"

0 commit comments

Comments
 (0)