mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-11-01 00:56:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export default {
 | |
|   methods: {
 | |
|     attachmentMoved(attachmentId, targetId) {
 | |
|       this.$emit('attachment:moved', attachmentId, targetId);
 | |
|     }
 | |
|   }
 | |
| };
 |