Added new tag filter stub.
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user