Added another window from the press of the button

This commit is contained in:
Omer
2019-11-25 02:00:05 +02:00
parent b0135d12e8
commit fc0c83b323
3 changed files with 49 additions and 1 deletions

View File

@@ -22,6 +22,11 @@ export default new Router({
path: '/settings',
name: 'Settings',
component: lazyLoad('Settings')
},
{
path: '/picker',
name: 'Picker',
component: lazyLoad('ColorPicker')
}
]
})