First commit!

This commit is contained in:
Florian Sylvain
2022-10-12 09:44:03 +02:00
commit 878fb42def
26 changed files with 3800 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<script setup lang="ts">
// import EditorJS from '@editorjs/editorjs';
import { pingApi } from '@/utils/ping';
console.log('ping...')
pingApi().then(response => {
console.log(`${response.message}!`)
})
</script>
<template>
<p>Salut à tous</p>
</template>
<style scoped>
</style>