-
```javascript
import axios from 'axios'
// 创建 axios 实例
const instance = axios.create({
baseURL: process.env.NODE_ENV === 'development' ? '' : process.env.VUE_APP_BASE_URL,
timeout: 1000 * 6…
-
疑问: 1.百度到有的文章说,axios 没有install,所以vue不能use。2.你的项目中我看到vue-axios 这个和axios 有什么区别呢? 3.另外你的写法 Vue.axios.get() post的话,是不是要配置呢?请大神帮我解答下
-
This is a **bug | feature request**.
### Prerequisites
* [X ] Are you running the latest version?
* [X ] Are you reporting to the correct repository?
(enso is made of many specialized packa…
-
Got it working like this.
quasar.conf.js:
```html
boot: [
'auth',
'i18n',
'axios',
{
server: false,
path: 'echarts'
}
],
```
boot f…
-
Hi there!
I'm trying to use your plugin to implement JWT authentication and consume REST APIs served by Django.
First of all I'm a rookie in JavaScript and in Vue...
I'm using Vue 3.2.13
my `m…
-
High Server-Side Request Forgery
Package axios
Patched in >=0.21.1
Dependency of …
-
### Current behavior
With Cypress 12.11.0 this type of test used to work:
```js
cy.mount(TheComponent, {}).then((mounted) => {
cy.wrap(mounted.component).its("$route.path").should("eq", "/…
-
here is my __component file(file name is Crud.vue):
```
import axios from 'axios'
export default {
props: {
rowData: {
type: Object,
…
-
### Describe the bug
![image](https://user-images.githubusercontent.com/24307511/213533854-40cb191d-28ea-45ce-95db-d379f421442a.png)
I JUST DONT KNOW WHAT HAPPEN
### To Reproduce
just after ins…
-
### Environment
------------------------------
- Operating System: `Windows_NT`
- Node Version: `v14.19.1`
- Nuxt Version: `2.16.0-27616340.013f051b`
- Package Manager: `yarn@1.22.18`
…