add disable qr
This commit is contained in:
parent
64f4594dfa
commit
2c15b38e93
@ -9,7 +9,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="qr">
|
<div v-if="(data?.length ?? 0) > 1" class="qr">
|
||||||
<VueQrcode :value="data" :options="qrOptions" tag="svg" />
|
<VueQrcode :value="data" :options="qrOptions" tag="svg" />
|
||||||
<div>
|
<div>
|
||||||
{{ title }}
|
{{ title }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user