From e5936f0bb963f3afa3cf551590d3c82b015e3544 Mon Sep 17 00:00:00 2001 From: Kyour Date: Mon, 6 Feb 2023 14:17:43 +0000 Subject: [PATCH] =?UTF-8?q?[fix]=20=E8=BF=87=E6=BB=A4=E5=99=A8=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A3=B0=E6=98=8Eemits=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kyour --- src/components/scFilterBar/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/scFilterBar/index.vue b/src/components/scFilterBar/index.vue index 4e3653b7..38be0ad7 100644 --- a/src/components/scFilterBar/index.vue +++ b/src/components/scFilterBar/index.vue @@ -116,6 +116,7 @@ showOperator: { type: Boolean, default: true }, options: { type: Object, default: () => {} } }, + emits: ['filterChange'], data() { return { drawer: false,