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
I'm currently having issues migrating from vue-cli to rsbuild. Now the SvgIcon component displays blank, what do I need to configure to make it display normally.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently having issues migrating from vue-cli to rsbuild. Now the SvgIcon component displays blank, what do I need to configure to make it display normally.
SvgIcon.vue
<svg class="svg-icon inline-block overflow-hidden fill-current" aria-hidden="true" :class="[ className, $attrs.class, disabled ? 'text-text-color-2 cursor-not-allowed' : '', ]" :style="getStyle" v-on="$listeners"> <use :xlink:href="symbolId" /> </svg>
Beta Was this translation helpful? Give feedback.
All reactions