Splidejs / vue-splide

The Splide component for Vue.
MIT License
324 stars 76 forks source link

Fix for #94 (TS5 compile error) #102

Open BreakingBread0 opened 8 months ago

BreakingBread0 commented 8 months ago

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.