no message

Former-commit-id: 21f8c705eaa40fa484c5139206591042c1f30733
Former-commit-id: 0a45ed0c9a38e2838487b2649091cb746b392127
Former-commit-id: d4a58dfc4ef529d83f2972f241c53482c426ca59
This commit is contained in:
李杨
2018-02-22 17:19:16 +08:00
parent 3f536e5a89
commit 074d40d041
3 changed files with 4 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<template>
<svg aria-hidden="true">
<use :xlink:href="iconName"></use>
<use :xlink:href="icon"></use>
</svg>
</template>
@@ -13,8 +13,8 @@ export default {
}
},
computed: {
iconName () {
return `#icon-${this.name}`
icon () {
return `#dd-${this.name}`
}
}
}