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

Commit f87e58f

Browse files
Merge branch 'master' of github.com:mazipan/vue-ionicons
* 'master' of github.com:mazipan/vue-ionicons: Update template-vue.mst
2 parents ab7a205 + da6037a commit f87e58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template-vue.mst

Lines changed: 2 additions & 2 deletions
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)