stash
This commit is contained in:
parent
44c3efeadf
commit
f0344d1efe
4 changed files with 190 additions and 58 deletions
|
@ -11,7 +11,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<qr-code :text="qr_url" color="#000" bg-color="#fff" error-level="H" class="qr-code"></qr-code>
|
||||
<vue-qrcode :value="qr_url" tag="svg" :size="200" :options="{errorCorrectionLevel: 'H'}"></vue-qrcode>
|
||||
<!--qr-code :text="" color="#000" bg-color="#fff" error-level="H" ></qr-code-->
|
||||
<h3 class="text-center">Events</h3>
|
||||
<!--p>{{ events }}</p-->
|
||||
<ul>
|
||||
|
@ -80,7 +81,4 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.qr-code img {
|
||||
border: #fff solid 7px
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue