-
Hi @kouts,
Let me start by saying I've been enjoying vue-dataset very much! You've done a great job here, so please read this as more of a question than a complaint.
I'm trying to add custom fil…
-
Hey contributors and maintainers,
Now that Vue.js 3 is released and stable, are there plans to upgrade Keen UI to support Vue.js 3?
I know that the plan was initially to move the documentation to St…
-
When I tested default configuration of this component (without changes) I have received Vue warning:
Looks like some problems with tables you used for chart nodes creation.
Thank you for you…
-
When creating a new Story, and adding a `` blog, an error is thrown:
```sh
11:35:16 AM [vite] Internal server error: Failed to resolve import "@mdx-js/react" from "src/components/b-button/b-button…
-
-
Using latest heatmap.js with Canvas in a jest test leads to errors. It fails with:
```
TypeError: offset required
43 | function createHeatmap(parent: HTMLElement, heatData: HeatData[]) {
…
-
Hello!
I'm trying to get a text from the page, but i can't.
I get error: `app.client.getText is not a function`;
A wrote all errors in comments (in the code below). Thanks!
pakage.json
```
…
-
### Version
3.2.28
### Reproduction link
[github.com](https://github.com/Moonlight63/temp-vue-typescript-bug/)
### Steps to reproduce
- Clone the repo,
- open folder in VSCode,
…
-
Funnily, right after we published v`2.1`, I migrated my app to use Vite for SSR.
After doing so, I started getting the following errors:
```
ReferenceError: document is not defined
at add…
-
Now Vue 2.7 has script setup, we need some test cases around this. I think stubs doesn't work: https://github.com/cypress-io/cypress/issues/25450