We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a2dff commit f7a2719Copy full SHA for f7a2719
Sourcecode/Song.WebSite/Utilities/Components/icons.js
@@ -38,7 +38,7 @@ Vue.component('icons', {
38
<div v-if="loading">loading...</div>
39
<template v-for="ico in data">
40
<span v-for="(value, key) in ico" v-html="'&#x'+key+';'" @click="selected=key;show=false;"
41
- :title="value" :selected="ico==selected"></span>
+ :title="value" :selected="key==selected"></span>
42
</template>
43
</div>`
44
});
0 commit comments