Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

You can also check https://github.com/nuxt/nuxt/pull/28542 if some module/library augmenting `@vue/runtime-core` instead `vue`.

You've pushed `node_modules` and `.nuxt` to your github reproduction.

Cannot run the dev server, provide a minimal reproduction: ![imagen](https://github.com/user-attachments/assets/c2b7ab57-5621-4c1e-8558-50c69ca8cc67)

can anyone provide a minimal working reproduction?

@xanxuz https://github.com/vuetifyjs/nuxt-module/issues/268#issuecomment-2313219012

You can: - run `pnpm add vuetify` - and/or add `.npmrc` adding `shamefully-hoist=true` and run `pnpm install`

I have no idea how to force pnpm to install peer dependencies (iirc pnpm will not install peers by default), also tried removing vuetify from dependencies and moved to peerDependencies...

@cyberalien I guess it is about creating vector assets using svg (using local file in the wizard below) @elax46 this is something you need to build, iconify is about svg...

@cyberalien yeah, this is a wizard inside Android Studio (check screenshot below): with the new UI (jetpack compose), there are some api to build the new ui stuff without xml...

The api can be found here: - https://developer.android.com/jetpack/compose/resources#vector-assets - https://developer.android.com/jetpack/compose/resources#animated-vector-drawables - built-in md icons: https://developer.android.com/jetpack/compose/resources (we need to create this) EDIT: check the xml for svg here https://developer.android.com/studio/write/vector-asset-studio#code