implement focus input
This commit is contained in:
parent
e3fdf742e7
commit
9384fd07d5
3 changed files with 16 additions and 0 deletions
|
@ -31,6 +31,9 @@ export default {
|
|||
NAVIGATE_PARENT: 'navigate.parent',
|
||||
NAVIGATE_ROOT: 'navigate.root',
|
||||
|
||||
// Focus
|
||||
FOCUS_INPUT: 'focus.input',
|
||||
|
||||
// Tabs
|
||||
TAB_CLOSE: 'tabs.close',
|
||||
TAB_REOPEN: 'tabs.reopen',
|
||||
|
|
Reference in a new issue