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
3.2.12
win11、Google Chrome版本 130.0.6723.117(正式版本) (64 位)、"vue": "^3.2.33"
https://stackblitz.com/edit/vitejs-vite-3sam7f?file=package.json,src%2FApp.vue,src%2Fmain.js&terminal=dev
点击button按钮(Click me),控制台会出现错误提示
v-model:visible="visible"存在时无法正常使用,期望a-popover可以正常使用
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'isCE')
bug01: https://stackblitz.com/edit/vitejs-vite-3sam7f?file=package.json,src%2FApp.vue,src%2Fmain.js&terminal=dev
bug02: https://stackblitz.com/edit/vitejs-vite-aryh8h?file=src%2FApp.vue,package.json,src%2Fmain.js
控制台会出现不同的错误提示
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
3.2.12
Environment
win11、Google Chrome版本 130.0.6723.117(正式版本) (64 位)、"vue": "^3.2.33"
Reproduction link
https://stackblitz.com/edit/vitejs-vite-3sam7f?file=package.json,src%2FApp.vue,src%2Fmain.js&terminal=dev
Steps to reproduce
点击button按钮(Click me),控制台会出现错误提示
What is expected?
v-model:visible="visible"存在时无法正常使用,期望a-popover可以正常使用
What is actually happening?
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'isCE')
bug01: https://stackblitz.com/edit/vitejs-vite-3sam7f?file=package.json,src%2FApp.vue,src%2Fmain.js&terminal=dev
bug02: https://stackblitz.com/edit/vitejs-vite-aryh8h?file=src%2FApp.vue,package.json,src%2Fmain.js
控制台会出现不同的错误提示
The text was updated successfully, but these errors were encountered: