feat: added qr-code generator

Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
Corentin Thomasset 2020-06-23 00:01:14 +02:00
parent b75603f311
commit a20858dfb8
No known key found for this signature in database
GPG key ID: DBD997E935996158
8 changed files with 226 additions and 3 deletions

View file

@ -121,7 +121,18 @@ const toolsComponents = [
keywords: ['git', 'push', 'rebase', 'merge', 'tag', 'commit', 'checkout']
}
]
},
{
title: 'Miscellaneous',
child: [
{
text: 'QR Code generator',
path: '/qrcode-generator',
icon: 'fa-qrcode',
component: () => import('./routes/tools/QRCodeGenerator'),
keywords: []
}
]
}
];