Add TAB_LAST operation
This commit is contained in:
parent
d0df1a05a1
commit
ef98e196ab
4 changed files with 12 additions and 9 deletions
|
@ -37,6 +37,7 @@ export default {
|
|||
TAB_PREV: 'tabs.prev',
|
||||
TAB_NEXT: 'tabs.next',
|
||||
TAB_FIRST: 'tabs.first',
|
||||
TAB_LAST: 'tabs.last',
|
||||
TAB_RELOAD: 'tabs.reload',
|
||||
|
||||
// Zooms
|
||||
|
|
Reference in a new issue