Add prop validations in MkAcct (#7439)
This commit is contained in:
		
							parent
							
								
									faf2c007aa
								
							
						
					
					
						commit
						1019e0bcfd
					
				
					 1 changed files with 10 additions and 1 deletions
				
			
		|  | @ -11,7 +11,16 @@ import { toUnicode } from 'punycode/'; | |||
| import { host } from '@client/config'; | ||||
| 
 | ||||
| export default defineComponent({ | ||||
| 	props: ['user', 'detail'], | ||||
| 	props: { | ||||
| 		user: { | ||||
| 			type: Object, | ||||
| 			required: true | ||||
| 		}, | ||||
| 		detail: { | ||||
| 			type: Boolean, | ||||
| 			default: false | ||||
| 		}, | ||||
| 	}, | ||||
| 	data() { | ||||
| 		return { | ||||
| 			host: toUnicode(host), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue