From 7a7dab0c4b3602b7bd3e9381408e4168d7494c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E6=9C=A8?= Date: Mon, 19 Jul 2021 18:40:02 +0800 Subject: [PATCH] feat(demo): multi-modal in one page usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加使用is动态组件来在页面内使用多个modal的演示 --- src/views/demo/comp/modal/index.vue | 42 ++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) diff --git a/src/views/demo/comp/modal/index.vue b/src/views/demo/comp/modal/index.vue index 37cbb1f7..5aa78ab6 100644 --- a/src/views/demo/comp/modal/index.vue +++ b/src/views/demo/comp/modal/index.vue @@ -17,6 +17,16 @@ 打开弹窗并传递数据 + + + 打开弹窗1 + 打开弹窗2 + 打开弹窗3 + 打开弹窗4 + + + + @@ -24,8 +34,8 @@