mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Update MkInput.vue
This commit is contained in:
		
							parent
							
								
									1631e62739
								
							
						
					
					
						commit
						f5e9886c70
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
<template>
 | 
			
		||||
<div>
 | 
			
		||||
	<div :class="$style.label" @click="focus"><slot name="label"></slot></div>
 | 
			
		||||
	<div :class="$style.input" :class="{ inline, disabled, focused }">
 | 
			
		||||
	<div :class="[$style.input, { inline, disabled, focused }]">
 | 
			
		||||
		<div ref="prefixEl" :class="$style.prefix"><div :class="$style.prefixOrSuffixText"><slot name="prefix"></slot></div></div>
 | 
			
		||||
		<input
 | 
			
		||||
			ref="inputEl"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue