slider
slider copied to clipboard
Error if use together with @vue/compat mode (Slider v-model must be a Number or Array)
When using the Slider
together with vite
and the @vue/compat
package, the binding of the value model will always throw an error.
We created an example on stackblitz where the error happens. It seems like this is related to the vue compat package, as this error is only shown, when the compat mode is enabled.