mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
Added another window from the press of the button
This commit is contained in:
@@ -22,6 +22,11 @@ export default new Router({
|
||||
path: '/settings',
|
||||
name: 'Settings',
|
||||
component: lazyLoad('Settings')
|
||||
},
|
||||
{
|
||||
path: '/picker',
|
||||
name: 'Picker',
|
||||
component: lazyLoad('ColorPicker')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user