You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.ts file :
import { svgSpritePlugin } from 'vue-svg-sprite';
app.use(svgSpritePlugin, {
/* Don't try to uncomment following url code and customize it.if you are customize url then it will take routes path and it create svg path errors*/
// url: '',
class: 'pc-icon'
});
local components file code
import { SvgSprite } from 'vue-svg-sprite';
our dynamic code:
also try to set path but still i am getting same error only some pages icons not display because of routes
The text was updated successfully, but these errors were encountered:
our code example here:
main.ts file :
import { svgSpritePlugin } from 'vue-svg-sprite';
app.use(svgSpritePlugin, {
/* Don't try to uncomment following url code and customize it.if you are customize url then it will take routes path and it create svg path errors*/
// url: '',
class: 'pc-icon'
});
local components file code
import { SvgSprite } from 'vue-svg-sprite';
our dynamic code:
also try to set path but still i am getting same error only some pages icons not display because of routes
The text was updated successfully, but these errors were encountered: