vue3-qrcode-reader
Version:
A set of Vue.js components for detecting and decoding QR codes.
15 lines (9 loc) • 390 B
Markdown
# 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