forked from DebaucheryLibrarian/traxxx
Added dedicated stash page. Using preview tiles for stashes on user page.
This commit is contained in:
@@ -12,6 +12,7 @@ import Actors from '../components/actors/actors.vue';
|
||||
import Movies from '../components/releases/movies.vue';
|
||||
import Tag from '../components/tags/tag.vue';
|
||||
import Tags from '../components/tags/tags.vue';
|
||||
import Stash from '../components/stashes/stash.vue';
|
||||
import Search from '../components/search/search.vue';
|
||||
import Stats from '../components/stats/stats.vue';
|
||||
import NotFound from '../components/errors/404.vue';
|
||||
@@ -201,6 +202,11 @@ const routes = [
|
||||
component: Tags,
|
||||
name: 'tags',
|
||||
},
|
||||
{
|
||||
path: '/stash/:stashId/:stashSlug?',
|
||||
component: Stash,
|
||||
name: 'stash',
|
||||
},
|
||||
{
|
||||
path: '/search',
|
||||
component: Search,
|
||||
|
||||
Reference in New Issue
Block a user