-
Minor problem but slightly annoying. Because we update the URL of the page on the fly with Vue.js, it adds an extra step to the back navigation. Should come up with a nice way to fix this.
-
### Environment
Nuxt project info:
------------------------------
- Operating System: Linux
- Node Version: v20.10.0
- Nuxt Version: 3.8.2
- CLI Version: 3.10.0
- Nitro Version…
-
## Issue Description
When attempting to add a question with empty content (no question inside the ID) in the "New Quiz" section under Coach > Class > Plan > Quizzes, while signed in as an admin or co…
-
.
-
### Environment
**Vuetify Version:** 3.1.2
**Vue Version:** 3.2.45
**Browsers:** Chrome 109.0.0.0
**OS:** Mac OS 10.15.7
### Steps to reproduce
Try to put the navigation drawer inside the `VWi…
-
Please reset focus after page navigation. See the following for some resources on the topic:
* https://reach.tech/router/accessibility
* https://github.com/oaf-project/oaf-svelte-routing
* https:…
-
### Version
2.5.0
### Reproduction link
[https://play.nativescript.org/?template=play-vue&id=Cr5A99&v=22](https://play.nativescript.org/?template=play-vue&id=Cr5A99&v=22)
### Platform and OS inf…
-
Type: Bug
vscode jumping (ctrl+click) feat not work. code run ok.
The syntax `@import url('@/index.css')` in CSS (scss, less) does not allow jumping (ctrl+click) to the specified file when used w…
-
```js
// 修复IOS滑动效果
import EdgeCheck from 'vue-edge-check'
Vue.use(EdgeCheck, {edge_duration: 1000})
```
我在App.vue 中使用
```vue
…
-
There are situations where making a visit to the server to set a prop is kind of unnecessary. For example, maybe you have a `/users/create` endpoint that sets a `showCreateModal` prop to `true` on the…