/// declare module '*.vue' { import type { DefineComponent, } from 'vue'; const component: DefineComponent; export default component; } declare module "axios" { type AxiosInstance = any; type AxiosRequestConfig = any; type AxiosResponse = any; }