doc: update table custom filter demo, close #5529

pull/4757/head
tangjinzhou 2022-04-23 10:25:16 +08:00
parent fc9b52e6e7
commit c686bd2518
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export default defineComponent({
}; };
const handleReset = clearFilters => { const handleReset = clearFilters => {
clearFilters(); clearFilters({ confirm: true });
state.searchText = ''; state.searchText = '';
}; };