Skip to content

Commit aea8130

Browse files
authored
Merge pull request #66 from papajin/master
Allow icons in data-action element
2 parents 99bc8b9 + 374d8b4 commit aea8130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VdtnetTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export default {
506506
e.preventDefault()
507507
e.stopPropagation()
508508
509-
let target = jq(e.target)
509+
let target = jq(e.currentTarget)
510510
let action = target.attr('data-action')
511511
512512
// no action, simply exit

0 commit comments

Comments
 (0)