style: fix linting issues met Prettier
This commit is contained in:
		
							parent
							
								
									5b9b939c0b
								
							
						
					
					
						commit
						b9d967003e
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -13,7 +13,7 @@ import { useI18n } from "vue-i18n"; | ||||||
|         icon?: string; |         icon?: string; | ||||||
|     }>(); |     }>(); | ||||||
| 
 | 
 | ||||||
|     const routerLink = computed(() => props.isAbsolutePath ? props.path : `/theme/${props.path}`); |     const routerLink = computed(() => (props.isAbsolutePath ? props.path : `/theme/${props.path}`)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <template> | <template> | ||||||
|  | @ -35,7 +35,8 @@ import { useI18n } from "vue-i18n"; | ||||||
|             <v-icon |             <v-icon | ||||||
|                 v-if="icon" |                 v-if="icon" | ||||||
|                 class="title-image" |                 class="title-image" | ||||||
|             >{{ icon }}</v-icon> |                 >{{ icon }}</v-icon | ||||||
|  |             > | ||||||
| 
 | 
 | ||||||
|             <span class="title">{{ title }}</span> |             <span class="title">{{ title }}</span> | ||||||
|         </v-card-title> |         </v-card-title> | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lint Action
						Lint Action