Mathieu Laurent

Results 30 comments of Mathieu Laurent

For the tree-shaking we need to [define correctly the sideEffect](https://github.com/vitejs/vite/issues/2071) in the package.json For the moment, there are none : https://github.com/cdmoro/bootstrap-vue-3/blob/main/package.json We should take inspiration from the vue-bootstrap : https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/package.json#L53...

Hello, With Vue3, you need to set the value with `:modelValue` like that ```vue ```

Hello, If you configure Nuxt3 like that https://cdmoro.github.io/bootstrap-vue-3/getting-started/#installation-nuxt-js-3 You don't need to import your component. More info here: https://v3.nuxtjs.org/guide/concepts/auto-imports https://v3.nuxtjs.org/guide/directory-structure/components#library-authors Regards Mathieu

@iiroj I move the note to the config section

Hello, it's ok for you to merge this doc improvement ?

The composition API is supported since version [4.44.0](https://github.com/vue-styleguidist/vue-styleguidist/releases/tag/v4.44.0). We can document `defineProps`, `defineEmits` : https://vue-styleguidist.github.io/docs/Documenting.html#setup-syntax

> Seems to me that it would be easier to create a separate project for vue3+bootstrap5 instead of creating this frankenstein thing trying to update existing code. Leave the current...

Same here when I try to run npm run build on ci gitlab (with turborepo v1.2.6). I downgraded to version v1.2.3 and it's working.

We are using the docker node 16-alpine : https://hub.docker.com/_/node This docker uses the alpine 3.15 : https://github.com/nodejs/docker-node/blob/4e0fff70002f51c2b121c9b231917abcb63d2b1a/16/alpine3.15/Dockerfile And the git version should be 2.34.2-r0 https://pkgs.alpinelinux.org/packages?name=git&branch=v3.15

I think that the commit with the better message is not in v1.2.8. How can we test it?