mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	fix(design): element-plus select中scrollbar变量名改变
This commit is contained in:
		
							parent
							
								
									b564907b12
								
							
						
					
					
						commit
						6ccd8bb06b
					
				@ -50,7 +50,7 @@ const visibleHandler = (...args: any[]) => {
 | 
				
			|||||||
const scrollbarWrap = ref<HTMLDivElement | undefined>();
 | 
					const scrollbarWrap = ref<HTMLDivElement | undefined>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const unWatch = watch(
 | 
					const unWatch = watch(
 | 
				
			||||||
  () => select.value?.scrollbar?.wrap$ || select.value?.scrollbar?.wrapRef,
 | 
					  () => select.value?.scrollbar?.wrap$ || select.value?.scrollbar?.wrapRef || select.value?.scrollbarRef?.wrapRef,
 | 
				
			||||||
  (wrap) => {
 | 
					  (wrap) => {
 | 
				
			||||||
    if (!wrap) {
 | 
					    if (!wrap) {
 | 
				
			||||||
      return;
 | 
					      return;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user