mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(components): fix PinToggler label. fixed #407
This commit is contained in:
		@@ -15,7 +15,7 @@ const icon = computed(() => (props.pin ? 'mdi-pin-off' : 'mdi-pin'));
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
  <ButtonIcon
 | 
			
		||||
    :tooltip-content="pin ? $t('icon.pin') : $t('icon.unpin')"
 | 
			
		||||
    :tooltip-content="pin ? $t('icon.unpin') : $t('icon.pin')"
 | 
			
		||||
    tooltip-placement="bottom-start"
 | 
			
		||||
    :z-index="100"
 | 
			
		||||
  >
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user