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

Commit 5f1ab39

Browse files
authored
Update avatar.js
1 parent b664422 commit 5f1ab39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/avatar/avatar.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ const computeSize = value => {
157157
export const BAvatar = /*#__PURE__*/ Vue.extend({
158158
name: NAME,
159159
mixins: [normalizeSlotMixin],
160+
inject: {
161+
bvAvatarGroup: { default: null }
162+
},
160163
props,
161164
data() {
162165
return {

0 commit comments

Comments
 (0)