implement go-parent command
This commit is contained in:
parent
0be9776cb3
commit
e9863299ab
6 changed files with 34 additions and 5 deletions
|
@ -15,6 +15,7 @@ export default {
|
|||
NAVIGATE_HISTORY_NEXT: 'navigate.history.next',
|
||||
NAVIGATE_LINK_PREV: 'navigate.link.prev',
|
||||
NAVIGATE_LINK_NEXT: 'navigate.link.next',
|
||||
NAVIGATE_PARENT: 'navigate.parent',
|
||||
|
||||
// Background
|
||||
TABS_CLOSE: 'tabs.close',
|
||||
|
|
Reference in a new issue