mirror of
				https://github.com/filebrowser/filebrowser.git
				synced 2025-10-31 17:23:09 +00:00 
			
		
		
		
	refactor: Freeze property to improve performance
This commit is contained in:
		
							parent
							
								
									897ac75281
								
							
						
					
					
						commit
						12d6415f7f
					
				| @ -10,7 +10,7 @@ export default { | ||||
|   name: 'languages', | ||||
|   props: [ 'locale' ], | ||||
|   data() { | ||||
|     return { | ||||
|     let dataObj = { | ||||
|       locales: { | ||||
|         ar: 'ar', | ||||
|         de: 'de', | ||||
| @ -32,6 +32,10 @@ export default { | ||||
|         'zh-tw': 'zhTW' | ||||
|       } | ||||
|     }; | ||||
| 
 | ||||
|     Object.defineProperty(dataObj, "locales", { configurable: false, writable: false }); | ||||
| 
 | ||||
|     return dataObj; | ||||
|   }, | ||||
|   methods: { | ||||
|     change (event) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 freedomlang
						freedomlang