style: format
This commit is contained in:
		
							parent
							
								
									6b516de9c0
								
							
						
					
					
						commit
						85732c2d1a
					
				
					 3 changed files with 8 additions and 4 deletions
				
			
		|  | @ -9,7 +9,7 @@ | ||||||
|     import type { ClassDTO } from "@dwengo-1/common/interfaces/class"; |     import type { ClassDTO } from "@dwengo-1/common/interfaces/class"; | ||||||
|     import { asyncComputed } from "@vueuse/core"; |     import { asyncComputed } from "@vueuse/core"; | ||||||
|     import { useDeleteAssignmentMutation } from "@/queries/assignments.ts"; |     import { useDeleteAssignmentMutation } from "@/queries/assignments.ts"; | ||||||
|     import '../../assets/common.css' |     import "../../assets/common.css"; | ||||||
| 
 | 
 | ||||||
|     const { t } = useI18n(); |     const { t } = useI18n(); | ||||||
|     const router = useRouter(); |     const router = useRouter(); | ||||||
|  |  | ||||||
|  | @ -235,7 +235,12 @@ | ||||||
|                                             </v-btn> |                                             </v-btn> | ||||||
|                                         </td> |                                         </td> | ||||||
|                                         <td> |                                         <td> | ||||||
|                                             <v-btn v-if="!isMdAndDown" variant="text" append-icon="mdi-content-copy" @click="copyCode(c.id)"> |                                             <v-btn | ||||||
|  |                                                 v-if="!isMdAndDown" | ||||||
|  |                                                 variant="text" | ||||||
|  |                                                 append-icon="mdi-content-copy" | ||||||
|  |                                                 @click="copyCode(c.id)" | ||||||
|  |                                             > | ||||||
|                                                 {{ c.id }} |                                                 {{ c.id }} | ||||||
|                                             </v-btn> |                                             </v-btn> | ||||||
|                                             <span |                                             <span | ||||||
|  |  | ||||||
|  | @ -3,7 +3,7 @@ | ||||||
|     import { useI18n } from "vue-i18n"; |     import { useI18n } from "vue-i18n"; | ||||||
|     import { THEMESITEMS, AGE_TO_THEMES } from "@/utils/constants.ts"; |     import { THEMESITEMS, AGE_TO_THEMES } from "@/utils/constants.ts"; | ||||||
|     import BrowseThemes from "@/components/BrowseThemes.vue"; |     import BrowseThemes from "@/components/BrowseThemes.vue"; | ||||||
|     import '../../assets/common.css' |     import "../../assets/common.css"; | ||||||
| 
 | 
 | ||||||
|     const { t, locale } = useI18n(); |     const { t, locale } = useI18n(); | ||||||
| 
 | 
 | ||||||
|  | @ -78,7 +78,6 @@ | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
| <style scoped> | <style scoped> | ||||||
| 
 |  | ||||||
|     .dropdowns { |     .dropdowns { | ||||||
|         display: flex; |         display: flex; | ||||||
|         justify-content: space-between; |         justify-content: space-between; | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 laurejablonski
						laurejablonski