src/components/tool/AvatarList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/tool/AvatarList.vue
@@ -35,7 +35,7 @@ return h( 'li', {class: 'avatar-item'}, [!this.$props.tips ? h(ATooltip, {props: {title: this.$props.tips}}, [avatar]) : avatar] [this.$props.tips ? h(ATooltip, {props: {title: this.$props.tips}}, [avatar]) : avatar] ) } }