Skip to content

Commit f72c4dc

Browse files
authored
fix(icon#4417): add translate no to icon (#4429)
1 parent 5012463 commit f72c4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/va-icon/VaIcon.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<template>
22
<component
33
:is="computedTag"
4+
translate="no"
45
class="va-icon"
56
:class="computedClass"
67
:style="computedStyle"
78
:aria-hidden="ariaHiddenComputed"
8-
notranslate
99
v-bind="computedAttrs"
1010
>
1111
<slot>

0 commit comments

Comments
 (0)