-
### Vue - Official extension or vue-tsc version
Official
### VSCode version
1.93.1
### Vue version
3.5.5
### TypeScript version
5.5.4
### System Info
```shell
System:
OS: macOS 14.5
…
-
I was about implementing a svelte action to make my universal lib available in svelte. Implementing the action would be straight forward. Then I thought how would I test this? Coming from ember where …
gossi updated
1 month ago
-
### Describe the suggested improvement
#### Is your improvement related to a problem? Please describe.
Our current Vue.js application has some remaining composables that maintain state at the mo…
-
I'm encountering issues testing nested components. For example in `IrodsButtonsRenderer.spec.js`, no elements generated from nested bootstrap-vue components can be found during testing even though the…
-
## What are the steps to reproduce this issue?
This issue is new proposal
## What happens?
This makes it easy to check whether this API is being called correctly in a test, for example.
C…
-
Current status: https://dwarshuis.com/test/cylinder-lock-vue/#
**What: a gamification of value propositions**
By who: the KF team, for market research and sales ends
For who: respondents that w…
-
```
import {gmapApi} from 'vue2-google-maps';`
...
export default {
computed: {
google: gmapApi
},
...
}
```
![image](https://user-images.githubusercontent.com/4454776/53895019-626…
-
I am currently experienced the following error when running my unit tests:
` ReferenceError: Vue is not defined
`
```
> 10 | import hljsVuePlugin from '@highlightjs/vue-plugin';
…
-
Hejhej,
the **vue3-dnd-test-utils** mention the need of the peerDependency ``"@testing-library/vue": ">= 11"``, but the latest version I can find is 7.0.0 (https://github.com/testing-library/vue-test…
-
Background:
dotLottie-web is a JavaScript library that includes several packages in a monorepo, which wrap its APIs into neat component packages for various frameworks such as React, Vue, Solid, Svel…