parent
							
								
									2a50997a75
								
							
						
					
					
						commit
						4ea7e711ce
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
	<ui-card>
 | 
			
		||||
		<div slot="title"><fa :icon="faTerminal"/> {{ $t('operation') }}</div>
 | 
			
		||||
		<section class="fit-top">
 | 
			
		||||
			<ui-input class="target" v-model="target" type="text">
 | 
			
		||||
			<ui-input class="target" v-model="target" type="text" @enter="showUser">
 | 
			
		||||
				<span>{{ $t('username-or-userid') }}</span>
 | 
			
		||||
			</ui-input>
 | 
			
		||||
			<ui-button @click="showUser"><fa :icon="faSearch"/> {{ $t('lookup') }}</ui-button>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -184,6 +184,12 @@ export default Vue.extend({
 | 
			
		|||
				}
 | 
			
		||||
			}
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		this.$on('keydown', (e: KeyboardEvent) => {
 | 
			
		||||
			if (e.code == 'Enter') {
 | 
			
		||||
				this.$emit('enter');
 | 
			
		||||
			}
 | 
			
		||||
		});
 | 
			
		||||
	},
 | 
			
		||||
	methods: {
 | 
			
		||||
		focus() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue