Add QR code demo tool

This commit is contained in:
2024-04-19 21:25:31 +03:00
parent 34605ce9b9
commit 2d348d88a0
5 changed files with 1794 additions and 444 deletions

View File

@ -31,6 +31,11 @@ const router = createRouter({
name: 'humans_txt',
component: () => import('../views/HumansTxt.vue'),
},
{
path: '/qr_code',
name: 'qr_code',
component: () => import('../views/QRCode.vue'),
},
/**
* String manipulation