We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0839f55 commit e0d5196Copy full SHA for e0d5196
resources/assets/js/router/index.js
@@ -2,7 +2,6 @@ import Vue from 'vue';
2
import VueRouter from 'vue-router';
3
import PostList from '../components/PostList.vue';
4
import Post from '../components/Post.vue';
5
-import PostListPerCategory from '../components/PostListPerCategory.vue';
6
7
Vue.use(VueRouter);
8
@@ -18,12 +17,6 @@ const routes = [
18
17
name: 'post.show',
19
props: true
20
},
21
- {
22
- path: '/tags/:tag_slug/posts',
23
- component: PostListPerTag,
24
- name: 'post.show',
25
- props: true
26
- },
27
{
28
path: '*',
29
redirect: '/'
0 commit comments