nutui-uniapp
Advanced tools
Comparing version 1.5.9 to 1.5.10
@@ -81,7 +81,4 @@ import { type ComputedRef, type SetupContext, computed, reactive, toRefs, watch, watchEffect } from 'vue' | ||
emit(CLOSED_EVENT) | ||
if (props.destroyOnClose) | ||
state.showSlot = true | ||
else | ||
state.showSlot = false | ||
state.showSlot = !props.destroyOnClose | ||
} | ||
@@ -88,0 +85,0 @@ |
@@ -174,2 +174,3 @@ import type { SetupContext } from 'vue' | ||
[animationClass.value]: true, | ||
[`${componentName}--hidden`]: !display.value, | ||
}) | ||
@@ -176,0 +177,0 @@ }) |
{ | ||
"name": "nutui-uniapp", | ||
"displayName": "nutui-uniapp", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"description": "京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)", | ||
@@ -6,0 +6,0 @@ "author": "yang1206 <y1149221897@outlook.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2122864
20579