feat(tool): added qr-code generator

This commit is contained in:
Corentin Thomasset
2021-05-17 23:11:47 +02:00
parent 27f3826d5f
commit c16e537abf
6 changed files with 208 additions and 0 deletions

1
types/qrcode.vue.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
declare module 'qrcode.vue';