Jess

Results 65 comments of Jess

We don't have component testing support for Angular. This is a user issue with Angular E2E.

Thanks for opening this issue. We should be doing what the [Vitest plugin does](https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/node/plugins/mock.ts) to enable ESM mocking.

👋 You want @baus or @ZachJW34 for Next-y or roadmap planning things.

This is still an issue. The [demo in the docs](https://vueuse.org/core/useDropZone/) doesn't work at all anymore. Only files dropped from another application _into_ the DropZone will work. I'm looking into how...

I ran into an issue where the minified code says "`_.extend('vue-slider-mark')`" is not a function, in the minified version of my app, after updating to Vue 2.7 on the latest...

@NightCatSama Do you want help in v4 to make it backwards compatible with Vue 2.7? I need this fixed and am doing the work locally.

The Vue 2.7 Reproduction Stackblitz is here: https://stackblitz.com/edit/vitejs-vue-2-7-slider-issue?file=package.json,src%2FApp.vue. 1. Open the console and step into the iframe. 2. Make any change to the source code and hit save to trigger...

Just checking in. Did you have a chance to look at [the reproduction I provided](https://stackblitz.com/edit/vitejs-vue-2-7-slider-issue?file=package.json,src%2FApp.vue)?

Yeah so the "extend" issue is because the 3.x (Vue 2) version using `vue-property-decorator` + `vue-class-component` under the hood. Their runtimes aren't compatible with Vue 2.7 right now. I merged...

@NightCatSama I have a GitHub monorepo template called Petite which tries to help library authors deploy the same backwards compatible source-code for Vue 2.7 and Vue 3 users by cross-compiling...