From ea24dfa384c9dc05e1b397c7c7dd4635dae87aef Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期三, 18 十一月 2020 23:47:32 +0800
Subject: [PATCH] chore: bump 2.0.0-rc.11

---
 src/views/demo/comp/modal/index.vue |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/src/views/demo/comp/modal/index.vue b/src/views/demo/comp/modal/index.vue
index c57cda9..d3ba2fe 100644
--- a/src/views/demo/comp/modal/index.vue
+++ b/src/views/demo/comp/modal/index.vue
@@ -40,24 +40,8 @@
       const [register1, { openModal: openModal1, setModalProps }] = useModal();
       const [register2, { openModal: openModal2 }] = useModal();
       const [register3, { openModal: openModal3 }] = useModal();
-      const [
-        register4,
-        {
-          openModal: openModal4,
-          // transferModalData
-        },
-      ] = useModal();
+      const [register4, { openModal: openModal4 }] = useModal();
       function send() {
-        // transferModalData({
-        //   data: 'content',
-        //   info: 'Info',
-        // });
-        // setTimeout(() => {
-        //   transferModalData({
-        //     data: 'content1',
-        //     info: 'Info1',
-        //   });
-        // }, 3000);
         openModal4(true, {
           data: 'content',
           info: 'Info',

--
Gitblit v1.8.0