You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, now STable for data prop has type Record<string, unknown>[], so row data passed with emit or slot-scope now has this type, instead of origin type of provided data.
https://blog.vuejs.org/posts/vue-3-3#generic-components
For example, now
STablefordataprop has typeRecord<string, unknown>[], so row data passed with emit or slot-scope now has this type, instead of origin type of provided data.