mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 08:13:40 +09:00
21 lines
266 B
Markdown
21 lines
266 B
Markdown
### VPlaceload
|
|
|
|
Vuero provides a `<VPlaceload />` component to display skeleton element
|
|
while loading. Check the markup for more details.
|
|
|
|
<!--code-->
|
|
|
|
```vue
|
|
<template>
|
|
<VPlaceload />
|
|
</template>
|
|
```
|
|
|
|
<!--/code-->
|
|
|
|
<!--example-->
|
|
|
|
<VPlaceload />
|
|
|
|
<!--/example-->
|