Matthias Stiller

Results 17 comments of Matthias Stiller

Vue Currency Input does not work in a CodeSandbox in combination with Vue 2 for some reason, but the [Vue 2 example](https://github.com/dm4t2/vue-currency-input/tree/master/examples/vue2) works as expected with v2.2.0. Please provide a...

In v2.1.3, [vue-demi](https://github.com/vueuse/vue-demi) was bumped to the latest version, probably causing the issue with Nuxt. I managed to get @sindrepm repo work by replacing the `@vue/composition-api` dependency with `@nuxtjs/composition-api`: https://composition-api.nuxtjs.org/getting-started/setup/...

https://github.com/dm4t2/unplugin-vue2-script-setup-issue-139

@antfu I tried it with Jest like described in the [README.md](https://github.com/antfu/unplugin-vue2-script-setup/blob/683b2955ba1372a7851e367e945870fdb170ba69/README.md?plain=1#L197), but I get the following error: ``` Module unplugin-vue2-script-setup/jest in the transform option was not found. ``` There seems...

I've created a PR for this.

It still does not work for me. I tried it in a newly created Vue CLI project, but got the following error: ![image](https://user-images.githubusercontent.com/11592259/141375957-77d55228-2898-4043-a021-8882ed14f754.png) Any advice? Thanks!

Hi, sorry for the very late reply. I also think that should be changed.

Good catch 👍 The input of the decimal separator (".") should be ignored in this case.

Any update on this?

Hi, thanks for reporting this. I will check to see if this can be improved 👍