Starting update interface implementation

This commit is contained in:
Félix Aime
2021-02-18 22:17:29 +01:00
parent 5334f30edf
commit 9382a1fd9f
6 changed files with 261 additions and 103 deletions

View File

@ -17,6 +17,12 @@ const routes = [
component: () => import('../views/home.vue'),
props: true
},
{
path: '/update',
name: 'update',
component: () => import('../views/update.vue'),
props: true
},
{
path: '/wifi-select',
name: 'wifi-select',