Files
oa/documentation/placeload/placeload-base-documentation.md
2025-05-24 01:49:48 +09:00

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-->