fix
This commit is contained in:
@@ -15,7 +15,9 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import MenuBar from "./components/MenuBar.vue";
|
import MenuBar from "./components/MenuBar.vue";
|
||||||
import OverlayView from "@/components/OverlayView.vue";
|
import OverlayView from "@/components/OverlayView.vue";
|
||||||
|
import axios from "@/plugins/axios";
|
||||||
|
|
||||||
|
console.log(axios)
|
||||||
|
|
||||||
// @Options({
|
// @Options({
|
||||||
// components: {
|
// components: {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ const apiClient = axios.create({
|
|||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default apiClient;
|
export default apiClient;
|
||||||
|
|||||||
Reference in New Issue
Block a user