slider icon indicating copy to clipboard operation
slider copied to clipboard

Error if use together with @vue/compat mode (Slider v-model must be a Number or Array)

Open leifmarcus opened this issue 2 years ago • 0 comments

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.

leifmarcus avatar Jun 15 '22 10:06 leifmarcus