From c758d88aba398aa427fb32cb2db09f4bbb0044dc Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Mon, 3 Aug 2020 11:22:52 +0800 Subject: [PATCH] fix: notification throw error --- antdv-demo | 2 +- components/notification/index.js | 2 +- examples/App.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antdv-demo b/antdv-demo index b756b4f33..a66b25f72 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit b756b4f33a902f1a919bc30b7b13d005a5277616 +Subproject commit a66b25f72f00c17b976c30b6cb92db4d8c8bf993 diff --git a/components/notification/index.js b/components/notification/index.js index 97b023af6..5899c86d0 100644 --- a/components/notification/index.js +++ b/components/notification/index.js @@ -145,7 +145,7 @@ function notice(args) { notification.notice({ content: () => (
- {iconNode && iconNode(h)} + {iconNode && iconNode()}
{!description && iconNode ? ( diff --git a/examples/App.vue b/examples/App.vue index 842db39c9..bf09ec905 100644 --- a/examples/App.vue +++ b/examples/App.vue @@ -4,7 +4,7 @@