stratdev3
stratdev3
@KaelWD so what's the plan to fix the issue ?
`VCardAction.VBtn.variant` is `text `by default, i'm ok with this. But rendering with `flat flag` or `variant = "flat"` should be the same ? If not a little bit confusing...
Agree. Same problem in other components where `flat` flag was kept or maybe not deleted since v3 rewrite. I prefer the new `variant` syntax.
What about adding a note in the documentation ? to clarify flat != variant flat
same here, discovered the bug to my own yesterday. A workaround is to set a fake `:value` property to get the element appear clickable (cursor: pointer)
agree. I passed an hour wondering why my response was not correct. SetHeader() must be called at first. So i have to duplicate a `MakeCustomResponse()` to handle this behavious.
@ascott18 thanks for the workaround. One more precision vuetify 2 is limited to sass v1.32, see discussion https://github.com/vuetifyjs/vuetify/issues/13694#issuecomment-852957010 To satisfy this dependencie, need to have `{ "esbuild-sass-plugin": "^1.7.0" }` in...
@ricardovanlaarhoven > ``` > X [ERROR] Top-level await is currently not supported with the "cjs" output format > > vite.config.ts:39:9: > 39 │ (await import("esbuild-sass-plugin")).sassPlugin({ > ╵ ~~~~~ > ```...
Same need however i can set the boxBackgroundColor in the xml. After doing it, render is ugly due to the label position. I think that's why this property is not...