function(){ var Url='http://api' fetch(Url) .then(res=>{ return res.json()...
IP属地:台湾
function(){ var Url='http://api' fetch(Url) .then(res=>{ return res.json()...
// 将引入axios库单独保存一个文件中 // 减少main.js代码量 //1:引入vue实例 import Vue from "vue" // 2:引入axios库 i...
methods:{ this.$router.push('/路由') }
import anyName from "./components/anyName" components:{ anyName }
import anyName from './components/anyName' Vue.use(Router) export default new Router({ ...