Requests setup
This commit is contained in:
@ -3,7 +3,10 @@
|
||||
import { toast } from 'vue3-toastify';
|
||||
import { ref } from 'vue'
|
||||
import i18n from './i18n.js'
|
||||
const test = ref();
|
||||
import Inscription from "./Inscription.vue"
|
||||
|
||||
|
||||
const test = ref();
|
||||
|
||||
async function draw(e) {
|
||||
test.value = (await fetch("http://localhost:8080/ping"));
|
||||
@ -11,6 +14,8 @@
|
||||
toast(test.value['txt']);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
@ -66,11 +71,16 @@
|
||||
<li ><a href="#Forum">
|
||||
<div class="fa-solid fa-envelope" style="font-size: 40px;" ></div>
|
||||
<div class="text">Forum</div></a></li>
|
||||
<li><a href="#Inscription">
|
||||
<div class="fa-solid fa-users" style="font-size: 40px;"></div>
|
||||
<div class="text">Inscription Requests</div></a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div class="page">
|
||||
<div style="background-color: rgb(239,50,168); margin:50px;">Il FAUDRA INSERER LA PAGE ICI</div>
|
||||
<div style=" margin:50px;">
|
||||
<Inscription></Inscription>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user