mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 06:23:41 +09:00
first
This commit is contained in:
25
documentation/placeload/placeload-wrap-documentation.md
Normal file
25
documentation/placeload/placeload-wrap-documentation.md
Normal file
@@ -0,0 +1,25 @@
|
||||
### Wrapping
|
||||
|
||||
You can set multiple `<VPlaceload />` on a row. Simply wrap them in `<VPlaceloadWrap />`
|
||||
|
||||
<!--code-->
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<VPlaceloadWrap>
|
||||
<VPlaceload class="mx-2" />
|
||||
<VPlaceload class="mx-2" />
|
||||
</VPlaceloadWrap>
|
||||
</template>
|
||||
```
|
||||
|
||||
<!--/code-->
|
||||
|
||||
<!--example-->
|
||||
|
||||
<VPlaceloadWrap>
|
||||
<VPlaceload class="mx-2" />
|
||||
<VPlaceload class="mx-2" />
|
||||
</VPlaceloadWrap>
|
||||
|
||||
<!--/example-->
|
||||
Reference in New Issue
Block a user