262060984

Results 2 issues of 262060984

demo代码 app.vue添加transition ``` ``` List.vue添加 ``` mounted() { console.log('mounted'); } ``` 结果 ![aaa](https://user-images.githubusercontent.com/9800191/38547155-0d11d93c-3ce1-11e8-925f-35c058b09a49.png)

``` longTap(evt) { alert(11111111); evt.preventDefault(); evt.stopPropagation(); }, tap() { this.$router.push('/worksDetail'); } ``` 尝试了上面的,但还是无效,此外这longtap和tap事件绑在同一个dom时,如何阻止longtap触发tap?