vue-splide
vue-splide copied to clipboard
Fix for #94 (TS5 compile error)
Related Issues
Fixes #94
Description
variable value is of type object (U[keyof U] and type U is U extends object) which means that splice does not exist on that. This commit fixes this.