fix: repeat preprocessing notifications
removed some logic of a8e0e06d84
before,
re-add it now
This commit is contained in:
parent
333cab0858
commit
8d77f9e9fb
3 changed files with 29 additions and 7 deletions
|
@ -17,7 +17,7 @@ const {
|
|||
virtualScroller?: boolean
|
||||
stream?: Promise<WsEvents>
|
||||
eventType?: 'notification' | 'update'
|
||||
preprocess?: (items: T[]) => U[]
|
||||
preprocess?: (items: (U | T)[]) => U[]
|
||||
}>()
|
||||
|
||||
defineSlots<{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue