Skip to content

Commit

Permalink
fix(ie): dataset.index => getAttribute(''data-index), ref #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Fritz Lin committed Sep 28, 2017
1 parent 072dbb7 commit 6e70503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/At.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export default {
},
selectByMouse (e) {
const el = closest(e.target, d => d.dataset.index)
const cur = +el.dataset.index
const cur = +el.getAttribute('data-index')
this.atwho = {
...this.atwho,
cur
Expand Down

0 comments on commit 6e70503

Please sign in to comment.