-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
Version
3.1.2
Reproduction link
https://github.com/liamdebeasi/vue3-repro
Steps to reproduce
- Clone repo and run
npm install
. - Run
npm run serve
to start up a dev server. - Click the "Click me!" text and observe that nothing is logged to your Dev Tools Console.
- Quit the dev server and comment out the
config.resolve.alias
line invue.config.js
to disable the compat mode. - Run the dev server again.
- Click the "Click me!" text and observe that this time the "Component was clicked!" text is logged to your Dev Tools Console.
What is expected?
I would expect that the click handler is fired regardless of whether or not I am using the compat build.
What is actually happening?
The click handler is only firing when not using the compat build.
Metadata
Metadata
Assignees
Labels
No labels