forked from DebaucheryLibrarian/traxxx
Added tag page. Added default 'anal' tag to Vixen scraper for Tushy and Tushy Raw.
This commit is contained in:
@@ -6,6 +6,7 @@ import Release from '../components/release/release.vue';
|
||||
import Site from '../components/site/site.vue';
|
||||
import Network from '../components/network/network.vue';
|
||||
import Actor from '../components/actor/actor.vue';
|
||||
import Tag from '../components/tag/tag.vue';
|
||||
import NotFound from '../components/errors/404.vue';
|
||||
|
||||
Vue.use(VueRouter);
|
||||
@@ -19,12 +20,12 @@ const routes = [
|
||||
{
|
||||
path: '/scene/:releaseId',
|
||||
component: Release,
|
||||
name: 'release',
|
||||
name: 'scene',
|
||||
},
|
||||
{
|
||||
path: '/movie/:releaseId',
|
||||
component: Release,
|
||||
name: 'release',
|
||||
name: 'movie',
|
||||
},
|
||||
{
|
||||
path: '/actor/:actorSlug',
|
||||
@@ -41,6 +42,11 @@ const routes = [
|
||||
component: Network,
|
||||
name: 'network',
|
||||
},
|
||||
{
|
||||
path: '/tag/:tagSlug',
|
||||
component: Tag,
|
||||
name: 'tag',
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
component: NotFound,
|
||||
|
||||
Reference in New Issue
Block a user