Skip to content

Commit 3883819

Browse files
mayunhaiTrong. Pham Van - CMC Global DU1.19
authored andcommitted
1 parent 1dc25f8 commit 3883819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SvgIcon/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div v-if="isExternal" :style="styleExternalIcon" class="svg-external-icon svg-icon" v-on="$listeners" />
33
<svg v-else :class="svgClass" aria-hidden="true" v-on="$listeners">
4-
<use :xlink:href="iconName" />
4+
<use :href="iconName" />
55
</svg>
66
</template>
77

0 commit comments

Comments
 (0)