Andrew Henry
Andrew Henry
Oddly enough, I've been experimenting with vuex-pathify on vue3 + vite and managed to get it working. Had to force vuex-pathify to use vue-class-component v8.0.0-beta.2, and had to borrow some...
@carlesalbasboix by markup he means actual code showing how this is suppose to be used. In the PR template theres a section called `Markup:` with a spot to stick this...
> > Works v-autocomplete, Doesn't work for [v-select](https://github.com/vuetifyjs/vuetify/issues/10375#issuecomment-592893663) > > It's a fix just for the autocomplete. The PR and the issue has `autocomplete` in it's title Does the select...
what options did you select at prompt? just did fresh install on windows, no issue.
which prompt are you selecting during `vue add vuetify`? i did `yarn create @vitejs/app my-beta-app --template vue` which doesn't provide any prompts, and then during `vue add vuetify` i selected...
> Is there somewhere else I should be looking for that? Docs updates are lagging ATM. Pretty much all 'text' props have been changed to title in v3
@185driver there's another issue at play as well. Conflict between `hide-overlay` and `persistent` #8697 With `fullscreen` prop `hide-overlay` is assumed thus `persistent` wont work. on your codepen dialog, if you...
@payammeyer your issue pertains to 8697 which is marked as a regression. This issue is slightly different but does have some overlap.
We have plans to bring this back for v3. The likelihood of it making its way into v2 is undetermined yet slim.
> Hi. I just opened the node_modules/vuetify/lib/components directory and I can see, that a component directory "VDataTable" is included in the Beta.1 build. When I try to include it in...