mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 14:23:32 +09:00
first
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
### Wrapping
|
||||
|
||||
You can set multiple `<VPlaceloadAvatar />` on a row.
|
||||
Simply wrap them in `<VAvatarStack />`
|
||||
|
||||
<!--code-->
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<VAvatarStack>
|
||||
<VPlaceloadAvatar class="mx-1" />
|
||||
<VPlaceloadAvatar class="mx-1" />
|
||||
<VPlaceloadAvatar class="mx-1" />
|
||||
</VAvatarStack>
|
||||
</template>
|
||||
```
|
||||
|
||||
<!--/code-->
|
||||
|
||||
<!--example-->
|
||||
|
||||
<VAvatarStack>
|
||||
<VPlaceloadAvatar class="mx-1" />
|
||||
<VPlaceloadAvatar class="mx-1" />
|
||||
<VPlaceloadAvatar class="mx-1" />
|
||||
</VAvatarStack>
|
||||
|
||||
<!--/example-->
|
||||
Reference in New Issue
Block a user