Skip to content

Commit f7a2719

Browse files
committed
修正细节
1 parent 30a2dff commit f7a2719

File tree

1 file changed

+1
-1
lines changed
  • Sourcecode/Song.WebSite/Utilities/Components

1 file changed

+1
-1
lines changed

Sourcecode/Song.WebSite/Utilities/Components/icons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Vue.component('icons', {
3838
<div v-if="loading">loading...</div>
3939
<template v-for="ico in data">
4040
<span v-for="(value, key) in ico" v-html="'&#x'+key+';'" @click="selected=key;show=false;"
41-
:title="value" :selected="ico==selected"></span>
41+
:title="value" :selected="key==selected"></span>
4242
</template>
4343
</div>`
4444
});

0 commit comments

Comments
 (0)