🌐 AI搜索 & 代理 主页
Skip to content

Commit 5bb6054

Browse files
committed
add avatar support
1 parent 4ee7a53 commit 5bb6054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/avatar/avatar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const BAvatar = /*#__PURE__*/ Vue.extend({
202202
} = this
203203
const link = !button && isLink(this)
204204
const tag = button ? BButton : link ? BLink : 'span'
205-
const alt = this.alt || null
205+
const alt = this.alt
206206
const ariaLabel = this.ariaLabel || null
207207

208208
let $content = null

0 commit comments

Comments
 (0)