mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(projects): fix setupAppVersionNotification render
This commit is contained in:
		@@ -19,7 +19,7 @@ export function setupAppVersionNotification() {
 | 
			
		||||
                  n?.destroy();
 | 
			
		||||
                }
 | 
			
		||||
              },
 | 
			
		||||
              $t('system.updateCancel')
 | 
			
		||||
              () => $t('system.updateCancel')
 | 
			
		||||
            ),
 | 
			
		||||
            h(
 | 
			
		||||
              NButton,
 | 
			
		||||
@@ -29,7 +29,7 @@ export function setupAppVersionNotification() {
 | 
			
		||||
                  location.reload();
 | 
			
		||||
                }
 | 
			
		||||
              },
 | 
			
		||||
              $t('system.updateConfirm')
 | 
			
		||||
              () => $t('system.updateConfirm')
 | 
			
		||||
            )
 | 
			
		||||
          ]);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user