wip
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {createVNode, render} from 'vue'
|
||||
import ToastComponent from '@/components/base/toast/Toast.vue'
|
||||
import ToastComponent from '@/components/base/toast/ToastComponent.vue'
|
||||
import type {ToastOptions, ToastInstance, ToastService} from '@/components/base/toast/type.ts'
|
||||
|
||||
interface ToastContainer {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import axios, {AxiosInstance} from 'axios'
|
||||
import axios from 'axios'
|
||||
import type {AxiosInstance} from 'axios'
|
||||
import {AppEnv, ENV} from "@/config/env.ts";
|
||||
import Toast from "@/components/base/toast/Toast.ts";
|
||||
import App from "@/App.vue";
|
||||
|
||||
export const axiosInstance: AxiosInstance = axios.create({
|
||||
baseURL: ENV.API,
|
||||
|
||||
Reference in New Issue
Block a user