-
### Version
3.1.3
### Steps to reproduce
When using Typescript, vue-router export types like here: https://github.com/vuejs/vue-router/blob/dev/types/router.d.ts#L1 But as you can see here, it im…
-
### Issue Description
After bumping packages, I found that some packages/plugins only work when I uninstall ns cli globally and install "nativescript": "8.7.2" (downgrade from cli 8.8).
### Rep…
-
### What problem does this feature solve?
Vue has an unexpected behavior where if you do this:
```js
props: {
foo: {
type: Boolean,
required: false
}
}
```
...the value of `foo…
-
### Checks
- [X] Not a duplicate.
- [X] Not a question, feature request, or anything other than a bug report directly related to Vue Splide. Use Discussions for these topics: https://github.com/Splid…
-
### Describe the bug
It seems that `field.sortKey` is not used at all, but exists in types.
I expect the `sorted` event to be emitted with the `sortKey` value of the sorting field.
What I see:
…
-
### Environment
fresh install with nuxt 3.13.2
```
Nuxt project info: 16:19:49
---------------…
-
Vue.js run error:
Could not find a declaration file for module 'vue-msal'.
Try `npm install @types/vue-msal` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-msal…
-
### What version of Bun is running?
1.1.6+e58d67b46
### What platform is your computer?
Linux 6.5.0-28-generic x86_64 x86_64
### What steps can reproduce the bug?
Installed Bun (downloaded the sc…
-
The translate function `t()`'s return type (in typescript file) does not seem to match behavior:
### vue & vue-i18n version
2.6.10, 8.0.0
### Reproduction Link
https://jsfiddle.net/acida…
-
1. Use class-based components, not Vue's proprietary data shape that gets passed to Vue.extend. (at least for Vue 2)
2. For Vuex support (types on your action / mutation payloads), use https://gith…