시리즈 메뉴 빈 페이지 추가
1. 무료 추천 시리즈 2. 새로운 시리즈
This commit is contained in:
		| @@ -90,6 +90,16 @@ const routes = [ | ||||
|                 name: 'ContentSeriesGenre', | ||||
|                 component: () => import(/* webpackChunkName: "series" */ '../views/Series/ContentSeriesGenre.vue') | ||||
|             }, | ||||
|             { | ||||
|                 path: '/content/series/new', | ||||
|                 name: 'ContentSeriesNew', | ||||
|                 component: () => import(/* webpackChunkName: "series" */ '../views/Series/ContentSeriesNew.vue') | ||||
|             }, | ||||
|             { | ||||
|                 path: '/content/series/recommend-free', | ||||
|                 name: 'ContentSeriesRecommendFree', | ||||
|                 component: () => import(/* webpackChunkName: "series" */ '../views/Series/ContentSeriesRecommendFree.vue') | ||||
|             }, | ||||
|             { | ||||
|                 path: '/promotion/event', | ||||
|                 name: 'EventView', | ||||
|   | ||||
							
								
								
									
										9
									
								
								src/views/Series/ContentSeriesNew.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/views/Series/ContentSeriesNew.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| <template> | ||||
|   <div> | ||||
|     새로운 시리즈 | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
| <style scoped> | ||||
|  | ||||
| </style> | ||||
							
								
								
									
										9
									
								
								src/views/Series/ContentSeriesRecommendFree.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								src/views/Series/ContentSeriesRecommendFree.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| <template> | ||||
|   <div> | ||||
|     무료 추천 시리즈 | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
| <style scoped> | ||||
|  | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung