uses axios, in a new typescript project in vue-cli3.0, so it introduces
in main.ts.import axios from "axios";
Vue.prototype.$axios = axios;
axios.defaults.baseURL = "http://192.168.1.225:8088";
error is reported in vue file
this is the method I used in js before. This time I started to use ts to report an error. How should I solve it? Thank you for your answer, thank you