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.
14 lines
326 B
14 lines
326 B
10 months ago
|
# Fullscreen
|
||
|
|
||
|
`QrcodeStream` always covers the entire space available.
|
||
|
Not more, not less.
|
||
|
So to go fullscreen, simply put the component in a wrapper element that occupies the entire screen.
|
||
|
|
||
|
<ClientOnly>
|
||
|
<DemoWrapper component="Fullscreen" />
|
||
|
</ClientOnly>
|
||
|
|
||
|
### Source
|
||
|
|
||
|
<<< @/docs/.vuepress/components/demos/Fullscreen.vue
|