mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Update router.js
This commit is contained in:
		
							parent
							
								
									a0cdc6f0c4
								
							
						
					
					
						commit
						684e1531ff
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -63,6 +63,7 @@ const routes = [
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        path: "/feed",
 | 
					        path: "/feed",
 | 
				
			||||||
 | 
					        alias: ["/feed/subscriptions"],
 | 
				
			||||||
        name: "Feed",
 | 
					        name: "Feed",
 | 
				
			||||||
        component: () => import("../components/FeedPage.vue"),
 | 
					        component: () => import("../components/FeedPage.vue"),
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue