Matt Duvall
Matt Duvall
I'm having the same error, tried updating package.json to sync-request ^4.0.0, did not fix the problem.
Thank you, I tried that same error. Nevertheless, very nice tutorial, thanks for your time.
Bump++
> You can try `vue3-treeview`. It works for me. @lecaillon Thanks for the mention of [vue3-treeview](https://n00ts.github.io/vue3-treeview/) works really well. Unfortunately for our needs the Vuetify Treeview allows for other components...
@Muchieman7 and @johnleider , thank you for the suggestion of using v-list and v-list-group, I was able to replicate the same functionality as v-treeview:  Below is a snippet from...
While there are many Vue UI Frameworks to choose from, for the task assigned by our client, create a large custom corporate dashboard, Vuetify IS the right fit. We migrated...
Build and dev mode are slow and got errors in logs when importing Vuetify 3 with Vite-plugin-vuetify
I'm using Nuxt 3.13 along with Vuetify 3.0.1 and also experiencing long load times in dev mode. Here is my plugins/vuetify.ts config that may help with some of the 404...
So glad to see others using Nuxt / SSL / Nginx Proxy, I was going crazy trying to find the error: [Vue Router warn]: No match found for location with...
I had the same issue, did not realize another dev had removed files in a directory and it was empty. Took a while to use the debugger to find out...
There is also an error in the example above, in order for shared/utils/capitalize.ts to auto import it must be: export default function(input: string) { ... Putting the capitalize name after...