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

Commit ed969f5

Browse files
committed
Update avatar-group.js
1 parent ad6f5a8 commit ed969f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/avatar/avatar-group.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ import { mathMax, mathMin } from '../../utils/math'
44
import { toFloat } from '../../utils/number'
55
import { computeSize } from './avatar'
66

7+
// --- Constants ---
78
const NAME = 'BAvatarGroup'
89

10+
// --- Main component ---
911
// @vue/component
1012
export const BAvatarGroup = /*#__PURE__*/ Vue.extend({
1113
name: NAME,

0 commit comments

Comments
 (0)