Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

if you're using íles + pwa check https://iles-docs.netlify.app/guide/pwa

can you update your main and merge changes in this PR?

> i am not sure why this thinks nothing changed; i tested it locally with `pnpm dev` and it's definitely selectable now where it wasn't before. What do you mean?...

We should: - do the same also in `components/account/AccountMoreButton.vue` - add `type="button"` when `is` is `button` in `components/common/dropdown/DropdownItem.vue`: iirc type by default is `submit`

Add this in the script setup: `const type = computed(() => is === 'button' ? 'button' : null)` Then add `:type="type"` below `:is="is"` in the template, and so the button...

We should use props destr. instead with defaults (enabled by default in vue 3.5)

can you shared the repo if public? can you also provide vuetify, node, nuxt... versions (run `npx nuxi info` from the project root folder)

@rnenjoy please review the reproduction (remove `node_modules` and `.nuxt`) and add missing local dependencies like `@hc/common` and `file:/srv/http/@hc/apollo`