feat: TokenGenerator + Hash

This commit is contained in:
CorentinTh 2020-04-25 18:43:17 +02:00
parent 335e626400
commit e1ebeefdc4
No known key found for this signature in database
GPG key ID: 44C26D9F091CEFC7
19 changed files with 610 additions and 135 deletions

5
src/routes/About.vue Normal file
View file

@ -0,0 +1,5 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>