forked from DebaucheryLibrarian/traxxx
Added footer and basic stats page.
This commit is contained in:
@@ -12,6 +12,7 @@ import Movies from '../components/releases/movies.vue';
|
||||
import Tag from '../components/tags/tag.vue';
|
||||
import Tags from '../components/tags/tags.vue';
|
||||
import Search from '../components/search/search.vue';
|
||||
import Stats from '../components/stats/stats.vue';
|
||||
import NotFound from '../components/errors/404.vue';
|
||||
|
||||
Vue.use(VueRouter);
|
||||
@@ -172,6 +173,11 @@ const routes = [
|
||||
component: Search,
|
||||
name: 'search',
|
||||
},
|
||||
{
|
||||
path: '/stats',
|
||||
component: Stats,
|
||||
name: 'stats',
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
component: NotFound,
|
||||
|
||||
Reference in New Issue
Block a user