mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-04 00:06:18 +00:00
Update
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
<script setup>
|
||||
import {onMounted} from "vue";
|
||||
import {axiosGet} from "@/utilities/request.js";
|
||||
|
||||
onMounted(async () => {
|
||||
const data = await axiosGet("/api/configurations")
|
||||
if (data){
|
||||
console.log(data)
|
||||
}else{
|
||||
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
Reference in New Issue
Block a user