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