-
### 问题描述
使用vue3 运行官网demo 不显示
### 重现链接
_No response_
### 重现步骤
``` vue
import { Chart } from "@antv/g2";
import { throttle } from "lodash";
…
-
Hi,
Are you planning to support Vue3 ?
Right now plugin seems to not work with vue3 :(
-
这个版本的datav不支持vue3+vite,也有段时间没更新了,个人根据代码改了vue3+vite2.x版本,供大家使用参考。
- [Gitee地址](https://gitee.com/kjgl77/datav-vue3):https://gitee.com/kjgl77/datav-vue3
- [Github地址](https://github.com/vaemusic/data…
-
![image](https://github.com/user-attachments/assets/1addfe29-327a-4d7e-b87a-f34ed02c2dac)
-
**Setup**
- Rancher version: dev of 2.10.0
**Describe the bug**
- Exception in data function breaks dashboard
- Page shown contents no content at all
- This is a regression from 2.9, exposing…
-
### Summary
I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project....
I have a simple reproduction case at https://github.com/er…
-
在使用说明中局部引用
import JsonViewer from "vue3-json-viewer";
实际应该是
import {JsonViewer} from "vue3-json-viewer";
亲测,JsonViewer不是默认组件,使用说明中写错了,所以造成了大家都不能局部引用,修改一下吧
-
const blob: Blob | null = await cropper.getBlob()执行到这里有概率会导致页面刷新
在vue3使用的时候,是还有什么功能会影响到吗
-
-
Is there any document for Vue3 Composition API?