Ajout du CORS Pour le dev local + toastify + exmpl
tout est dans le titre
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user