kin: KIN-065 UI-тоггл autocommit_enabled на странице проекта
This commit is contained in:
parent
a48892d456
commit
0032b3056a
3 changed files with 10 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ import App from './App.vue'
|
|||
import Dashboard from './views/Dashboard.vue'
|
||||
import ProjectView from './views/ProjectView.vue'
|
||||
import TaskDetail from './views/TaskDetail.vue'
|
||||
import SettingsView from './views/SettingsView.vue'
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(),
|
||||
|
|
@ -12,6 +13,7 @@ const router = createRouter({
|
|||
{ path: '/', component: Dashboard },
|
||||
{ path: '/project/:id', component: ProjectView, props: true },
|
||||
{ path: '/task/:id', component: TaskDetail, props: true },
|
||||
{ path: '/settings', component: SettingsView },
|
||||
],
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue