We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.20
stackblitz.com
vite
px-2 py-[6px]
vite build
vite preview
px-3 py-2
The value of prop sm on the FButton component inside Helloworld should be true in both dev and prod after build and the padding should be the same.
sm
FButton
true
The value of prop sm on the FButton component inside Helloworld is true in dev and undefined prod after build so the padding is inconsistent as result
undefined
I've also found the same issues in quasar link to the issue is here quasarframework/quasar#10943. When I rolled back to vue@2.2.19 the issue was fixed. Also while working on another project https://github.com/soulsam480/furikaeru, I found this issue this morning. on dev it works perfectly but breaks in prod after building. You can confirm this by visiting https://furikaeru.sambitsahoo.com/
The text was updated successfully, but these errors were encountered:
Seems like duplicate of #4783, may have been solved by #4790
Sorry, something went wrong.
No branches or pull requests
Version
3.2.20
Reproduction link
stackblitz.com
Steps to reproduce
vite
and inspect the buttonpx-2 py-[6px]
vite build
and thenvite preview
px-3 py-2
What is expected?
The value of prop
sm
on theFButton
component inside Helloworld should betrue
in both dev and prod after build and the padding should be the same.What is actually happening?
The value of prop
sm
on theFButton
component inside Helloworld istrue
in dev andundefined
prod after build so the padding is inconsistent as resultI've also found the same issues in quasar link to the issue is here quasarframework/quasar#10943. When I rolled back to vue@2.2.19 the issue was fixed. Also while working on another project https://github.com/soulsam480/furikaeru, I found this issue this morning. on dev it works perfectly but breaks in prod after building. You can confirm this by visiting https://furikaeru.sambitsahoo.com/
The text was updated successfully, but these errors were encountered: