update dbmData and Subscription so it is reactive
new save load scenes
This commit is contained in:
@@ -5,8 +5,9 @@ const routes: RouteRecordRaw[] = [
|
||||
path: '/',
|
||||
component: () => import('layouts/MainLayout.vue'),
|
||||
children: [
|
||||
{ path: '', component: () => import('pages/IndexPage.vue') },
|
||||
{ path: '', component: () => import('pages/MainPage.vue') },
|
||||
{ path: '/data', component: () => import('pages/DataPage.vue') },
|
||||
{ path: '/scenes', component: () => import('components/scenes/ScenesTab.vue') },
|
||||
],
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user