We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在Vue 3.3.11中引入@antv/x6-vue-shape会报错,原因是import了已经不存在的Vue
@antv/x6-vue-shape
Vue
Error: vue-demi does not provide an export named 'Vue'
X6/packages/x6-vue-shape/src/teleport.ts
Line 1 in f2cae96
应该直接从vue-demi中importmarkRaw,Fragment等
vue-demi
markRaw
Fragment
https://stackblitz.com/edit/nuxt-starter-dgz4px
upgrade vue3 and vue-demi to the latest and import @antv/x5-vue-shape
vue3
@antv/x5-vue-shape
不报错
No response
The text was updated successfully, but these errors were encountered:
请问这个修改什么时候发布?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
在Vue 3.3.11中引入
@antv/x6-vue-shape
会报错,原因是import了已经不存在的Vue
X6/packages/x6-vue-shape/src/teleport.ts
Line 1 in f2cae96
应该直接从
vue-demi
中importmarkRaw
,Fragment
等Your Example Website or App
https://stackblitz.com/edit/nuxt-starter-dgz4px
Steps to Reproduce the Bug or Issue
upgrade
vue3
andvue-demi
to the latest and import@antv/x5-vue-shape
Expected behavior
不报错
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: