Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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