-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't working
Description
Version
3.0.5
Reproduction link
https://github.com/Juanc1to/issue-vue-3-transpile-binding.git
Steps to reproduce
- Clone, run
npm i
, thennpm run build
in the cloned repository. - In the
dist
directory, runpython -m http.server
, then navigate to "http://localhost:8000/" in your browser. - Choose "Add an item" twice.
- For the second item, choose "Check", then change the selection for that item to "Tails", then change it back to "Heads".
What is expected?
The string "Correct (true)!" should be displayed at the end of this sequence.
What is actually happening?
"Correct (true)!" is initially displayed, then on updating the guess to "Tails", the notification is changed to "Alas, it's actually Heads.", and the notification does not update back to "Correct (true)!" when updating the guess (a second time) to "Heads".
This happens with npm run build
, but not with npm run serve
. With the app being deployed with the development server, the app works as expected. As a result, this may be a bug somewhere in the toolchain; if so, I would be grateful for advice about where best to report this.
Metadata
Metadata
Assignees
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't working