This commit is contained in:
2022-09-13 11:03:30 +08:00
parent fa6556a0d5
commit 05b8cc7469
8 changed files with 77 additions and 35 deletions

View File

@@ -14,6 +14,7 @@ export const vShow: ObjectDirective<VShowElement> = {
setDisplay(el, value)
}
},
// 监听器 属性复制
mounted(el, { value }, { transition }) {
if (transition && value) {
transition.enter(el)