mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix errors
This commit is contained in:
		
							parent
							
								
									0a2e046b28
								
							
						
					
					
						commit
						e6e33faefb
					
				
					 2 changed files with 2 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -186,14 +186,6 @@ export default defineComponent({
 | 
			
		|||
			os.success();
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		setAsAvatar() {
 | 
			
		||||
			os.updateAvatar(this.file);
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		setAsBanner() {
 | 
			
		||||
			os.updateBanner(this.file);
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		addApp() {
 | 
			
		||||
			alert('not implemented yet');
 | 
			
		||||
		},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,6 +34,7 @@
 | 
			
		|||
	},
 | 
			
		||||
	"compileOnSave": false,
 | 
			
		||||
	"include": [
 | 
			
		||||
		"./**/*.ts"
 | 
			
		||||
		"./**/*.ts",
 | 
			
		||||
		"./**/*.vue"
 | 
			
		||||
	]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue