mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	refactor(base64-file): fixed typo
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
      </n-upload-dragger>
 | 
			
		||||
    </n-upload>
 | 
			
		||||
 | 
			
		||||
    <n-input :value="fileBase64" type="textarea" readonly placeholder="File in ase64 will be here" />
 | 
			
		||||
    <n-input :value="fileBase64" type="textarea" readonly placeholder="File in base64 will be here" />
 | 
			
		||||
    <n-space justify="center">
 | 
			
		||||
      <n-button secondary @click="copyFileBase64()"> Copy </n-button>
 | 
			
		||||
    </n-space>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user