From 49072ba5bd236b2f112689d5fd844b00a9e36ca7 Mon Sep 17 00:00:00 2001 From: sheepluo Date: Fri, 11 Feb 2022 20:11:40 +0800 Subject: [PATCH 1/4] =?UTF-8?q?docs(notification):=20=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E4=B8=8E=E5=87=BD=E6=95=B0=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/notification/notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notification/notification.md b/examples/notification/notification.md index 35af8b00f..012bade20 100644 --- a/examples/notification/notification.md +++ b/examples/notification/notification.md @@ -6,7 +6,7 @@ {{ close-all }} -### 指令调用形式的消息通知 +### 插件调用与函数式调用 支持插件式调用 `this.$notify` 和函数式调用 `NotifyPlugin` 两种方式,两种方式参数完全一样。 From f76548cd613587379b948f33accffc26cc9863d8 Mon Sep 17 00:00:00 2001 From: chaishi Date: Tue, 29 Mar 2022 01:59:35 +0800 Subject: [PATCH 2/4] feat: filter popup --- examples/table/demos/loading.vue | 12 +--- examples/table/demos/multi-header.vue | 5 +- examples/table/demos/pagination-ajax.vue | 4 +- src/_common | 2 +- src/hooks/useVirtualScroll.ts | 6 +- src/table/base-table.tsx | 16 +++--- src/table/filter-controller.tsx | 7 ++- src/table/hooks/useFilter.tsx | 5 +- src/table/primary-table.tsx | 21 ++++--- src/table/thead.tsx | 18 ++++-- test/ssr/__snapshots__/ssr.test.js.snap | 32 +++++------ .../table/__snapshots__/demo.test.js.snap | 55 ++++++++----------- 12 files changed, 92 insertions(+), 91 deletions(-) diff --git a/examples/table/demos/loading.vue b/examples/table/demos/loading.vue index ff1865901..c5c7726c4 100644 --- a/examples/table/demos/loading.vue +++ b/examples/table/demos/loading.vue @@ -1,6 +1,6 @@