Update two.vue

This commit is contained in:
Anyon 2021-12-31 15:10:06 +08:00
parent 027ecc2bc8
commit 27245f2ad6

View File

@ -13,7 +13,10 @@
<el-scrollbar>
<div v-for="icon in icons">
<div><b>{{ icon.name }}</b>{{ icon }}</div>
<div>
<component :size="10" :is="icon.name"></component>
<b>{{ icon.name }}</b>{{ icon }}
</div>
</div>
</el-scrollbar>