implement focus input

This commit is contained in:
Shin'ya Ueoka 2018-01-13 23:05:51 +09:00
parent e3fdf742e7
commit 9384fd07d5
3 changed files with 16 additions and 0 deletions

View file

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