refactor(clean): removed empty style tag
This commit is contained in:
		
							parent
							
								
									7f964941d3
								
							
						
					
					
						commit
						cf723f144e
					
				| @ -36,5 +36,3 @@ function toggleFavorite(event: MouseEvent) { | |||||||
|   toolStore.addToolToFavorites({ tool }); |   toolStore.addToolToFavorites({ tool }); | ||||||
| } | } | ||||||
| </script> | </script> | ||||||
| 
 |  | ||||||
| <style scoped></style> |  | ||||||
|  | |||||||
| @ -82,5 +82,3 @@ function renderOption({ tool }: { tool: Tool }) { | |||||||
|     </n-auto-complete> |     </n-auto-complete> | ||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
| 
 |  | ||||||
| <style lang="less" scoped></style> |  | ||||||
|  | |||||||
| @ -53,5 +53,3 @@ const b64Validation = useValidation({ | |||||||
|   rules: [{ message: 'Invalid base64 string', validator: (value) => isValidBase64(value.trim()) }], |   rules: [{ message: 'Invalid base64 string', validator: (value) => isValidBase64(value.trim()) }], | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 |  | ||||||
| <style lang="less" scoped></style> |  | ||||||
|  | |||||||
| @ -94,5 +94,3 @@ const hmac = computed(() => | |||||||
| ); | ); | ||||||
| const { copy } = useCopy({ source: hmac }); | const { copy } = useCopy({ source: hmac }); | ||||||
| </script> | </script> | ||||||
| 
 |  | ||||||
| <style lang="less" scoped></style> |  | ||||||
|  | |||||||
| @ -29,5 +29,3 @@ const expression = ref(''); | |||||||
| 
 | 
 | ||||||
| const result = computed(() => withDefaultOnError(() => evaluate(expression.value) ?? '', '')); | const result = computed(() => withDefaultOnError(() => evaluate(expression.value) ?? '', '')); | ||||||
| </script> | </script> | ||||||
| 
 |  | ||||||
| <style lang="less" scoped></style> |  | ||||||
|  | |||||||
| @ -95,5 +95,3 @@ const selectedExtension = ref(undefined); | |||||||
| 
 | 
 | ||||||
| const mimeTypeFound = computed(() => (selectedExtension.value ? extensionToMimeType[selectedExtension.value] : [])); | const mimeTypeFound = computed(() => (selectedExtension.value ? extensionToMimeType[selectedExtension.value] : [])); | ||||||
| </script> | </script> | ||||||
| 
 |  | ||||||
| <style lang="less" scoped></style> |  | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user