Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit da6037a

Browse files
authored
Update template-vue.mst
1 parent 86c8fd5 commit da6037a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template-vue.mst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div
44
class="ion"
55
:class="ionClass"
6-
:title="iconTitle"
7-
name="<%name%>-icon">
6+
:data-title="iconTitle"
7+
data-name="<%name%>-icon">
88
<%{svg}%>
99
</div>
1010
</template>

0 commit comments

Comments
 (0)