no message

Former-commit-id: 5a22a82c51e48f3840c5259fcda64a817103838d
Former-commit-id: 6f2c87cf9cab82f481e3672964fbd58fded178c7
Former-commit-id: 5e9d226a20a71c4203beb5874765e14332fedbe8
This commit is contained in:
李杨
2018-02-22 13:54:33 +08:00
parent 6b40e73548
commit 73b59a7f60
5 changed files with 8 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ export default {
}
},
computed: {
iconName() {
iconName () {
return `#icon-${this.name}`
}
}