You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
390 B
15 lines
390 B
10 months ago
|
# Show Loading Indicator
|
||
|
|
||
|
There is some delay between mounting the component and the camera stream
|
||
|
becoming visible. Listen for the `init` event to show a loading indicator.
|
||
|
|
||
|
Push the button below to force destroy and re-create the component.
|
||
|
|
||
|
<ClientOnly>
|
||
|
<DemoWrapper component="LoadingIndicator" />
|
||
|
</ClientOnly>
|
||
|
|
||
|
### Source
|
||
|
|
||
|
<<< @/docs/.vuepress/components/demos/LoadingIndicator.vue
|