style: fix linting issues met ESLint
This commit is contained in:
		
							parent
							
								
									710adcaa34
								
							
						
					
					
						commit
						b8aae0ab1b
					
				
					 17 changed files with 46 additions and 136 deletions
				
			
		|  | @ -22,16 +22,12 @@ const router = createRouter({ | |||
|         { | ||||
|             path: "/", | ||||
|             name: "home", | ||||
|             component: () => { | ||||
|                 return import("../views/HomePage.vue"); | ||||
|             }, | ||||
|             component: () => import("../views/HomePage.vue"), | ||||
|         }, | ||||
|         { | ||||
|             path: "/login", | ||||
|             name: "LoginPage", | ||||
|             component: () => { | ||||
|                 return import("../views/LoginPage.vue"); | ||||
|             }, | ||||
|             component: () => import("../views/LoginPage.vue"), | ||||
|         }, | ||||
|         { | ||||
|             path: "/student/:id", | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action