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
https://stackblitz.com/edit/github-gzhzagdr?file=vite.config.js
The Dropdown and Popover components do not trigger when using @vue/compat, even with the compatConfig = { MODE: 3 } setting applied to the component.
Dropdown
Popover
@vue/compat
compatConfig = { MODE: 3 }
popover.compatConfig = { MODE: 3 }
Both components should work seamlessly under the @vue/compat mode, as MODE: 3 is designed to allow compatibility with Vue 2 components.
MODE: 3
The components do not render or behave as expected:
System: OS: Windows 10 10.0.19045 CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics Memory: 671.85 MB / 13.86 GB Binaries: Node: 18.20.2 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.22 - C:\Program Files\nodejs\yarn.CMD npm: 10.5.0 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: Chromium (127.0.2651.74) Internet Explorer: 11.0.19041.4355
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction
https://stackblitz.com/edit/github-gzhzagdr?file=vite.config.js
Describe the bug
Description
The
Dropdown
andPopover
components do not trigger when using@vue/compat
, even with thecompatConfig = { MODE: 3 }
setting applied to the component.Steps to Reproduce
@vue/compat
in the project.popover.compatConfig = { MODE: 3 }
(or all the used components).Dropdown
orPopover
components in a template.Expected Behavior
Both components should work seamlessly under the
@vue/compat
mode, asMODE: 3
is designed to allow compatibility with Vue 2 components.Actual Behavior
The components do not render or behave as expected:
System Info
Contributes
The text was updated successfully, but these errors were encountered: