We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e69fca commit 8c50905Copy full SHA for 8c50905
src/components/QrcodeStream.vue
@@ -1,6 +1,11 @@
1
<template lang="html">
2
<div class="wrapper">
3
<div class="inside">
4
+ <!--
5
+ All DOM elements here are stacked upon each other.
6
+ Order matters! The last element is on top.
7
+ Therefore we don't need `z-index`.
8
+ -->
9
<video
10
ref="video"
11
v-show="shouldScan"
0 commit comments