Added new tag filter stub.

This commit is contained in:
2020-05-25 04:39:58 +02:00
parent b180572d5f
commit fe69ec4175
10 changed files with 90 additions and 126 deletions

View File

@@ -60,7 +60,7 @@ const routes = [
name: 'movie',
},
{
path: '/actor/:actorSlug',
path: '/actor/:actorId/:actorSlug?',
name: 'actor',
redirect: from => ({
name: 'actorRange',
@@ -71,7 +71,7 @@ const routes = [
}),
},
{
path: '/actor/:actorSlug/:range',
path: '/actor/:actorId/:actorSlug?/:range',
component: Actor,
name: 'actorRange',
},