chore(examples): add easy connect example

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-03 08:54:32 +02:00
parent da6039fc35
commit adccf1b38e
6 changed files with 294 additions and 0 deletions
+4
View File
@@ -118,6 +118,10 @@ export const routes: RouterOptions['routes'] = [
path: '/rgb',
component: () => import('./src/RGBFlow/RGBFlow.vue'),
},
{
path: '/easy-connect',
component: () => import('./src/EasyConnect/EasyConnect.vue'),
},
]
export const router = createRouter({