pagenate by prev/next links

This commit is contained in:
Shin'ya Ueoka 2017-09-17 10:52:09 +09:00
parent aeb0e0f96d
commit ac8b40a2f3
6 changed files with 99 additions and 2 deletions

View file

@ -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',