-
**Describe the bug**
requests to display profiles shows a spinning circle (ie 'waiting') that just continues to spin
**To Reproduce**
Steps to reproduce the behavior:
Either select the menu item…
-
## 網址
* [Vue.js Taiwan 台灣](https://www.facebook.com/groups/vuejs.tw/2706082332804815/?comment_id=2706936172719431¬if_id=1578591328548266¬if_t=group_comment_follow)
## 記錄原因
Vue Cli run 起來後,會…
-
### vue & vue-cookie-law version
2.6.12, 1.13.3
Sorry I'm still really new to Vue.js and JS apps, but I'm not understanding how I'm supposed to check if cookie consent has been given when a visito…
-
When I use credentials to send a payload request that carry the cookie, it can't send the request with cookie and HTTP body.
```
Vue.http.post(url, params, {credentials : true} );
```
but I ad…
-
I was working with `vuex-persistedstate` version 4.0.0 (tried 4.1.0 as well) and used js cookie as the storage option. my auth credentials were stored in the vuex cookie. but since yesterday, store va…
-
## :bug: Bugreport
Translation does not function correct on imprint, code of conduct etc.
### Steps to reproduce the behavior
The following seems unreliable. Sometimes it even works from th…
-
### Operating System
Linux, Arch
### Python Version
3.12
### ClaudeSync Version
0.6.1
### Installation Type
New
### Configuration
```json
{
"claude_api_url": "https://api.claude.ai/api",
…
-
### Environment
1. Nuxt Head
2. Nitro Head
3. Node 20+
### Reproduction
https://stackblitz.com/edit/github-wclfjf?file=app.vue,nuxt.config.ts,.nuxt%2Fcache%2Fnitro%2Froutes%2F_%2Findex.il7a…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.14.0`
- Nuxt Version: `3.3.1`
- Nitro Version: `2.3.3`
- Package Manager: `yarn@1.22.19`
- Builder: `vite`
…
-
## Axios请求自动携带cookie,想要不携带cookie
withCredentials设置为`false`,还是会带cookie
```javascript
const service = axios.create({
baseURL: process.env.VUE_APP_BASE_API, // url = base url + request url
wit…