We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6f5a8 commit ed969f5Copy full SHA for ed969f5
src/components/avatar/avatar-group.js
@@ -4,8 +4,10 @@ import { mathMax, mathMin } from '../../utils/math'
4
import { toFloat } from '../../utils/number'
5
import { computeSize } from './avatar'
6
7
+// --- Constants ---
8
const NAME = 'BAvatarGroup'
9
10
+// --- Main component ---
11
// @vue/component
12
export const BAvatarGroup = /*#__PURE__*/ Vue.extend({
13
name: NAME,
0 commit comments