Skip to content

Commit e0d5196

Browse files
Removing unused vue component
1 parent 0839f55 commit e0d5196

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

resources/assets/js/router/index.js

-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import Vue from 'vue';
22
import VueRouter from 'vue-router';
33
import PostList from '../components/PostList.vue';
44
import Post from '../components/Post.vue';
5-
import PostListPerCategory from '../components/PostListPerCategory.vue';
65

76
Vue.use(VueRouter);
87

@@ -18,12 +17,6 @@ const routes = [
1817
name: 'post.show',
1918
props: true
2019
},
21-
{
22-
path: '/tags/:tag_slug/posts',
23-
component: PostListPerTag,
24-
name: 'post.show',
25-
props: true
26-
},
2720
{
2821
path: '*',
2922
redirect: '/'

0 commit comments

Comments
 (0)