diff --git a/README.MD b/README.MD index 1153c04..29bc5df 100644 --- a/README.MD +++ b/README.MD @@ -77,6 +77,13 @@ args : function(index,el,e) { } ``` +### 2016.9.25(update) + +> * 修复了PC端的bug +> * test-href.html页面,新增测试 +> * 我是测试v-tap="a++"直接执行表达式 + 我是history.go(-1) + ### 2016.9.19(update) > * 优化了a标签快速跳转逻辑,可以直接在 写v-tap指令,这样即可快速跳转 diff --git a/demo.html b/demo.html index 9fa25ea..0bc8631 100644 --- a/demo.html +++ b/demo.html @@ -57,6 +57,7 @@
I'm a tag +aaaaaaaaaa diff --git a/package.json b/package.json index 882459a..9f1405d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-tap", - "version": "1.0.4", + "version": "1.0.5", "description": "a directive of vue.js", "main": "vue-tap.js", "repository": { diff --git a/test-href.html b/test-href.html index 9a6bc6a..ab657d3 100644 --- a/test-href.html +++ b/test-href.html @@ -30,6 +30,8 @@ 这是无法跳转的 can't +我是测试v-tap="a++"直接执行表达式 +我是history.go(-1)item12
item13
item14
@@ -46,6 +48,9 @@