Browse Source

fix: hidden button

main
nicolas.marsal 3 years ago
parent
commit
ebd350a290
No known key found for this signature in database
GPG Key ID: 268AB819B6453541
  1. 4
      src/App.vue

4
src/App.vue

@ -11,9 +11,9 @@
top: 0; top: 0;
left: 0; left: 0;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
width: 20px;
height: 20px;
" "
width="20px"
height="20px"
@click.shift.alt="generatePdf()" @click.shift.alt="generatePdf()"
/> />
</template> </template>

Loading…
Cancel
Save