Skip to content

Commit 4c8d167

Browse files
committed
Remove unused isFocusable computed
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
1 parent 832fafa commit 4c8d167

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

src/components/ActionLink/ActionLink.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ export default {
114114
return ['_blank', '_self', '_parent', '_top'].indexOf(value) > -1
115115
}
116116
}
117-
},
118-
computed: {
119-
/**
120-
* determines if the action is focusable
121-
*/
122-
isFocusable: function() {
123-
return !this.disabled
124-
}
125117
}
126118
}
127119
</script>

src/components/ActionRouter/ActionRouter.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,6 @@ export default {
8282
type: Boolean,
8383
default: false
8484
}
85-
},
86-
computed: {
87-
/**
88-
* determines if the action is focusable
89-
*/
90-
isFocusable: function() {
91-
return !this.disabled
92-
}
9385
}
9486
}
9587
</script>

0 commit comments

Comments
 (0)