This commit is contained in:
hamdy
2020-11-30 14:02:35 +02:00
parent d6f625c943
commit fbd2da391a
3 changed files with 95 additions and 10 deletions

View File

@@ -176,7 +176,7 @@ module.exports = {
}],
ProjectTag: [{
path: '/tags/:id',
path: '/projects/tags/:id',
component: '~/templates/Tag.vue'
}],