fix(base64-converter): async onUpload callback
This commit is contained in:
		
							parent
							
								
									b64839cb73
								
							
						
					
					
						commit
						84cf1bb964
					
				| @ -40,7 +40,7 @@ const fileInput = ref() as Ref<File>; | |||||||
| const { base64: fileBase64 } = useBase64(fileInput); | const { base64: fileBase64 } = useBase64(fileInput); | ||||||
| const { copy: copyFileBase64 } = useCopy({ source: fileBase64, text: 'Base64 string copied to the clipboard' }); | const { copy: copyFileBase64 } = useCopy({ source: fileBase64, text: 'Base64 string copied to the clipboard' }); | ||||||
| 
 | 
 | ||||||
| function onUpload({ file: { file } }: { file: UploadFileInfo }) { | async function onUpload({ file: { file } }: { file: UploadFileInfo }) { | ||||||
|   if (file) { |   if (file) { | ||||||
|     fileList.value = []; |     fileList.value = []; | ||||||
|     fileInput.value = file; |     fileInput.value = file; | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user