Mathieu Laurent

Results 29 comments of Mathieu Laurent

There is one PR here https://github.com/sdras/vue-vscode-snippets/pull/110

You can try to use `diff -r` ``` git clone https://github.com/vuejs/create-vue-templates.git cd create-vue-templates diff -r typescript-pinia-vitest typescript-pinia-vitest-cypress ```

Yes, it's added here: https://github.com/cdmoro/bootstrap-vue-3/blob/aead8f0453b1a9248491dab27644a2b028946566/src/components/BFormGroup/BFormGroup.vue#L382 I think we can remove it? @cdmoro, @jclijmans What do you think?

Hello, I just implemented this [feat: support for library authors for nuxt3](https://github.com/cdmoro/bootstrap-vue-3/pull/367) To test it (before the merge in main), you need to clone my branch * npm install *...

There is no release with this feature yet. It is not automatic. We need to wait 0.1.12.

You need to package it with npm pack. Have you done it? And install the tgz file.

For the error you report, the message says that it cannot find a stylesheet file. You also need to install bootstrap in your nuxt app. And also sass. `npm install...

The version 0.1.12 is released, it's working with the component working with SSR https://cdmoro.github.io/bootstrap-vue-3/getting-started/#installation-nuxt-js-3

Yes, there is still a lot of work to do. As long as the `bootstrap-vue-3` library is not yet SSR ready. For the moment, I use `bootstrap-vue-3` in a SPA,...

> If I try the module approach for bootstrap-vue-3, then I get console errors complaining that (for example) bootstrap's `BModal` doesn't export `default`. I saw also this error when I...