implement go-root command
This commit is contained in:
parent
e9863299ab
commit
ac8f7e65dc
5 changed files with 10 additions and 1 deletions
|
@ -16,6 +16,7 @@ export default {
|
|||
NAVIGATE_LINK_PREV: 'navigate.link.prev',
|
||||
NAVIGATE_LINK_NEXT: 'navigate.link.next',
|
||||
NAVIGATE_PARENT: 'navigate.parent',
|
||||
NAVIGATE_ROOT: 'navigate.root',
|
||||
|
||||
// Background
|
||||
TABS_CLOSE: 'tabs.close',
|
||||
|
|
Reference in a new issue