Heim > Artikel > Web-Frontend > Was ist die Verwendung von Axios in Vuejs?
So verwenden Sie Axios in VueJS: 1. Installieren Sie Axios; ..}"-Methode.
Die Betriebsumgebung dieses Artikels: Windows 7-System, Vue-Version 2.9.6, DELL G3-Computer.
Was ist die Verwendung von Axios in VueJS?
Grundlegend Verwendung von Axios in Vue
11):npm install 2):npm install vue-axios --save 3):npm install qs.js --save //这一步可以先忽略,它的作用是能把json格式的直接转成data所需的格式
import Vue from 'vue' import axios from 'axios' Vue.prototype.$axios = axios //全局注册,使用方法为:this.$axios Vue.prototype.qs = qs //全局注册,使用方法为:this.qsEmpfohlenes Lernen: „vue-Tutorial
“
Das obige ist der detaillierte Inhalt vonWas ist die Verwendung von Axios in Vuejs?. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!