Evertvdw

Results 17 comments of Evertvdw

Any comment on this issue? This used to work in QuasarV1 so it should also work in V2.

@rstoenescu Yes, I just created a new starter project and followed the reproduction steps and it still does not work correctly. It has the `fit` class still applied when hydration...

I checked to see if this issue still persists, I can still reproduce it. Here is a reproduction example: https://codesandbox.io/s/async-surf-ftpfs?file=/src/components/AsyncComp.vue To reproduce: 1. Make sure the browser window in the...

@pdanpdan I have it on Firefox, Chrome and Edge at least, so it's not limited to Chrome. Removing the `border-top-left-radius: inherit` and `border-top-right-radius: inherit` and applying the `background: #fff` on...

I experimented with Vitest and Cypress v10 component testing in one repo. I have it working with a shared `vite-config.ts` for both testing utilities. Here is an example repo, maybe...

I just came here to look for this same issue, so I guess the component is not ready for Vue3 atm. Are there plans for this?

@yansenlei Any chance you can give a timeline?

I have this same issue, have you looked at this yet?

@ktquez It seems that solves my problem. I can't be completely sure because I'm in the middle of upgrading to Vue 3 and a lot of stuff is broken at...