!51 [fix] 过滤器未显示声明emits导致输出警告

Merge pull request !51 from Kyour/N/A
This commit is contained in:
sakuya 2023-02-07 01:54:32 +00:00 committed by Gitee
commit 30469c0504
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@
showOperator: { type: Boolean, default: true }, showOperator: { type: Boolean, default: true },
options: { type: Object, default: () => {} } options: { type: Object, default: () => {} }
}, },
emits: ['filterChange'],
data() { data() {
return { return {
drawer: false, drawer: false,