Sebastian Landwehr
Sebastian Landwehr
@HeroProtagonist Let me know if there is anything left to be done.
Hey @HeroProtagonist, the PR should also keep imports at the same level at `./`. If it's not like this, I can adjust it again. The PR should keep the behavior...
@dmnd Any chance to get this merged?
@johnpuddephatt Oh wow that's actually a great solution. At least way better than the hackery I'm using right now. Addition: You can use [change-case](https://github.com/blakeembrey/change-case) to convert between casing, which should...
> @johnpuddephatt @End-S Thanks for the solutions. > > I have been using Bootstrap-Vue for a few of my past projects and I feel that their approach of using slots...
@arthur-clq Alright I see. Makes sense to me or make the icon data type more flexible in Buefy.
I got into this topic again and one downside of @johnpuddephatt s solution is that you cannot use the [vue/no-unused-components](https://eslint.vuejs.org/rules/no-unused-components.html) rule when passing the icon components to the `components` property...
@vihanb How about this one? 😊
In case you use Nuxt, you can use [nuxt-atomizer](https://github.com/dword-design/nuxt-atomizer). Install it via `npm install nuxt-atomizer` and add it to `nuxt.config.js`: ```js export default { modules: [ 'nuxt-atomizer', ], } ```
Fixed this in my own fork (see above). Still would be nice if this would be fixed in the original repo