pagenate by prev/next links
This commit is contained in:
parent
aeb0e0f96d
commit
ac8b40a2f3
6 changed files with 99 additions and 2 deletions
|
@ -13,6 +13,8 @@ export default {
|
|||
FOLLOW_START: 'follow.start',
|
||||
NAVIGATE_HISTORY_PREV: 'navigate.history.prev',
|
||||
NAVIGATE_HISTORY_NEXT: 'navigate.history.next',
|
||||
NAVIGATE_LINK_PREV: 'navigate.link.prev',
|
||||
NAVIGATE_LINK_NEXT: 'navigate.link.next',
|
||||
|
||||
// Background
|
||||
TABS_CLOSE: 'tabs.close',
|
||||
|
|
Reference in a new issue