forked from verdnatura/salix-front
Merge pull request 'fix_merge_worker_submoduls' (!272) from fix_merge_worker_submoduls into dev
Reviewed-on: verdnatura/salix-front#272 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
1a9e9d35ca
|
@ -97,17 +97,6 @@ export default {
|
|||
component: () =>
|
||||
import('src/pages/Worker/Card/WorkerNotes.vue'),
|
||||
},
|
||||
{
|
||||
path: 'create',
|
||||
name: 'WorkerNoteCreate',
|
||||
meta: {
|
||||
title: 'note-create',
|
||||
},
|
||||
component: () =>
|
||||
import(
|
||||
'src/pages/Worker/components/WorkerNoteCreate.vue'
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue