-
-
#### Is your feature request related to a problem? Please describe.
HI everyone, thank you for the this lib! Not related to a problem, but rather an inconvenience. I notice that on the index.d.ts…
-
A number of links to the farmOS API (e.g. on CONTRIBUTING.md and ONBOARDING.md) point to the latest version of the farmOS API. FarmData2 is currently using version 1 of the farmOS API and thus all li…
-
### Vue - Official extension or vue-tsc version
Vue - Official extension
### VSCode version
1.94.1
### Vue version
2.6.14
### TypeScript version
5.6.2
### System Info
```shell
System:
OS…
-
.use(VueDeepSet) fires the exception:
> app.js:43224 Uncaught (in promise) TypeError: Cannot set properties of undefined (setting '$deepModel')
```window._ = require('lodash');
window.axios = …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
[vue] 为何官方推荐使用axios而不用vue-resource?
-
Parents: #4
To add GitHub authentication to https://exosystems.net using Shadcn for UI management, we set up the bare minimum code:
### 1. **Install Necessary Dependencies**
First, install the…
-
I have some packages like:
```
...,
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.0",
"@nuxtjs/proxy": "^2.0.1",
"@nuxtjs/pwa": "^3.0.0-beta.20",
}…
-
I'm attempting to catch an error in a vue component but it seems the error comes back undefined.
Plugin code
```
import Vue from 'vue'
import VueAxios from 'vue-plugin-axios'
import axios from…