mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-11-11 09:26:09 +00:00
feat: TokenGenerator + Hash
This commit is contained in:
committed by
Corentin THOMASSET
parent
1fba5c42e1
commit
d1db2c8601
14
src/routes/Home.vue
Normal file
14
src/routes/Home.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<v-card>
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusantium culpa dicta dolores eligendi esse harum illum iusto magnam maxime neque nisi nobis nostrum odit quia quo recusandae, saepe veniam voluptatibus?
|
||||
</v-card>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'Home',
|
||||
components: {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user