This commit is contained in:
hamdy
2020-11-30 13:45:04 +02:00
parent 957be72846
commit d6f625c943
3 changed files with 47 additions and 13 deletions

View File

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