mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update packages/frontend/src/pages/role.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
This commit is contained in:
		
							parent
							
								
									43cb2d478c
								
							
						
					
					
						commit
						f89a827aa9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -55,7 +55,7 @@ const props = withDefaults(defineProps<{
 | 
				
			||||||
let tab = $ref(props.initialTab);
 | 
					let tab = $ref(props.initialTab);
 | 
				
			||||||
let role = $ref();
 | 
					let role = $ref();
 | 
				
			||||||
let error = $ref();
 | 
					let error = $ref();
 | 
				
			||||||
let visiable = $ref(false);
 | 
					let visible = $ref(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
watch(() => props.role, () => {
 | 
					watch(() => props.role, () => {
 | 
				
			||||||
	os.api('roles/show', {
 | 
						os.api('roles/show', {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue