rename history navigation
This commit is contained in:
parent
ae317113e7
commit
aeb0e0f96d
5 changed files with 17 additions and 17 deletions
|
@ -11,8 +11,8 @@ export default {
|
|||
SCROLL_LEFT: 'scroll.left',
|
||||
SCROLL_RIGHT: 'scroll.right',
|
||||
FOLLOW_START: 'follow.start',
|
||||
HISTORY_PREV: 'history.prev',
|
||||
HISTORY_NEXT: 'history.next',
|
||||
NAVIGATE_HISTORY_PREV: 'navigate.history.prev',
|
||||
NAVIGATE_HISTORY_NEXT: 'navigate.history.next',
|
||||
|
||||
// Background
|
||||
TABS_CLOSE: 'tabs.close',
|
||||
|
|
Reference in a new issue