1
0
forked from PGL/Clyde

Ajout du CORS Pour le dev local + toastify + exmpl

tout est dans le titre
This commit is contained in:
2024-02-27 14:24:26 +01:00
parent 88108918dd
commit 9c92e7d1e9
6 changed files with 29 additions and 2 deletions

View File

@ -1,5 +1,10 @@
<script setup>
import 'https://kit.fontawesome.com/fb3bbd0a95.js'
import Toastify from 'toastify-js'
import { ref } from 'vue'
const test = ref();
fetch("http://localhost:8080/ping").then((e) => { return e.json() }).then(e => console.log(e) );
</script>
<template>