-
Just installed Invoker latest version, installed this plugin and when I try to click into a project, it throws up an error modal that's cut off and not copy-and-paste friendly. It also then throws an …
-
### Describe the bug
When using passthrough to apply a style to a `context.focused` state, the styles are also getting triggered on mouse hover. For accessibility reasons, I'm looking for the ability…
-
In Nuxt 2.12+, there's a new `fetch()` method.
Example:
```
export default {
async fetch() {
await this.$store.cache.dispatch('getUser');
},
};
```
Results in:
```
ERROR Err…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
1. Create a basic [Vue3 project ](https://vuejs.org/guide/quick-start.html) using npm create vue@latest …
-
### Versions:
- `@inertiajs/core` version: 1.2.0
- `@inertiajs/vue2` version: #.#.#
- `@inertiajs/vue3` version: #.#.#
- `@inertiajs/react` version: 1.2.0
- `@inertiajs/svelte` version: #.#.#
…
-
When following the example code below :
```
/////////////////////////////////////////
// New in 0.4.0
import * as VueGoogleMaps from 'vue2-google-maps';
imp…
-
code in vue-cli:
main.js
```
import Vue from 'vue'
import App from './App'
import router from './router'
import VueAwesomeSwiper from 'vue-awesome-swiper'
import 'swiper/dist/css/swiper.css'
…
-
### What problem does this feature solve?
At the moment there is a type definition for `NavigationGuard` in `router.d.ts`. This works nicely. Within that, the `next` argument is a function that accep…
-
### Describe the bug
Can't prevent b-pagination-nav click in @page-click event
### Steps to reproduce the bug
1. Declare navigation
2. Declare @page-click event with `event.PreventDefault()…
-
## Current behavior
isBackRoute is true if the user visited the target page before, not only if browser back is used. Because the scroll behaviour is attached to this flag, it results in scrolling to …