Nikita Madebeykin

Results 7 comments of Nikita Madebeykin

Any updates on this? I've having same issue with bootstrap-vue UI framework

> @grindpride I could use dynamic component to load the svgs by this: > > ``` > > > > > > import { shallowRef } from 'vue'; > export...

+1, we encountered huge complications while reading the API docs and trying to use this ts library. Why things can't be just simple? We'd rather not use this library.

Is the problem still active? How come nobody responded to it?

> You can't use the IDs alone. You also need the accessHash. > > The accessHash is different for each account. If the library has seen that ID before it...

> Solution: > > ``` > npm install vite-svg-loader --save-dev > ``` > > ```ts > import { defineNuxtConfig } from "nuxt3" > import svgLoader from "vite-svg-loader" > > export...

> In Nuxt 3, you don't need `vite-svg-loader`, but can instead create a custom component utilizing [Vite's glob import](https://vitejs.dev/guide/features.html#glob-import): > > ``` > > > > > > const props...