-
### Describe the bug
router.beforeResolve:
history.replaceState({ ...history.state, [STATE_KEY]: pos }, ""); 存储的对象
在 router.afterEach:中没能取到值
const pos = history.state[STATE_KEY] || positionsMap.ge…
-
### Describe the bug
chunk-P4Q3QBM3.js?v=13caf26d:16802 Uncaught (in promise) Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances…
-
### Current behavior
Cypress failed to start when running command `cypress open`
### Debug logs
```Text
> start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e…
-
### Describe the bug
I have a Nuxt 3 app and in it a page with a Tres.js scene. The scene contains `` which casts a shadow. When navigating away from the page with the scene and navigating back to th…
-
### Environment
Nuxt project info: 10:54:41 AM
------------------------------
…
-
### Related plugins
- [ ] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue)
- [X] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/package…
-
### Describe the bug
使用的版本为: "@vueuse/core": "^10.9.0"
这是一段运行的代码
`
const state = reactive({
server: 'ws://124.222.224.186:8800',
retryTimeout: 3000,
sendValue: '',
recordList: [],…
-
**Setup**
- Rancher version: dev of 2.10.0
**Describe the bug**
- Exception in data function breaks dashboard
- Page shown contents no content at all
- This is a regression from 2.9, exposing…
-
### Describe the bug
Certain changes to the DOM (adding/removing elements, changing size of elements) might cause the arrived state of a scrolling container to change, but `arrivedState` returned by …
-
Creating a sample single-page application (SPA) with Vue.js involves several key steps. For simplicity, I'll outline a basic example: a task manager app where you can add and list tasks. This example …