mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[improvement] Dialog: enable lazy-render (#2495)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<transition name="van-dialog-bounce">
|
||||
<div
|
||||
v-if="shouldRender"
|
||||
v-show="value"
|
||||
:class="[b(), className]"
|
||||
>
|
||||
|
Reference in New Issue
Block a user