Doeke de Wolf
Doeke de Wolf
Thank you for the quick response! Btw, I believe `` should work the same way and also trigger a submit event when clicked
@memononen version currently published on npm appears to be an older version with bugs, possible to do a `npm version patch` and publish?
This is also an issue for me, why does it append `[]` to POST fields? I think it's a non-standard Php thing? Is `array.toString` before submit the only way to...
I had the same issue as kinoli and had to downgrade Vue test utils in order to fix it.
> @Doeke thanks for the report! could you please open up an issue either here or at https://github.com/vuejs/vue-test-utils-next/? This seems like an upstream issue, and having any kind of context...
On 8.12.1, I deleted package-lock and ran npm install in order to remove a stubborn peer dependency, and it generated a new lockfile without any `integrity` and `resolved` fields, and...
Temporary fix I use: `> Developer: Restart extension host`. After that linting/saving is fast but it slows down again over time. Must be something is causing the work for the...
Should it report an error? My understanding is that `` is the correct way to add a native click event listener now that `.native` modifier has been removed
My understanding is that `` is the correct way to add a native click event listener now that `.native` modifier has been removed. Though I do also see the argument...
Maybe it's possible to add an option to vue language options for globally allowed event listeners, kind of like htmlAttributes/dataAttributes settings?