-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Labels
🍰 p2-nice-to-havePriority 2: this is not breaking anything but nice to have it addressed.Priority 2: this is not breaking anything but nice to have it addressed.🐞 bugSomething isn't workingSomething isn't working
Description
Vue version
3.2.40
Link to minimal reproduction
Steps to reproduce
- Open reproduction
- Click
output countbutton
Note that @click="foo()" is using foo(). It work well when this is @click="foo".
What is expected?
Cannot read properties of undefined (reading 'count') error happen on dev too. (it happens on prod)
What is actually happening?
0 will be shown in console on dev
System Info
No response
Any additional comments?
original issue: vitejs/vite#3872
sxzz
Metadata
Metadata
Assignees
Labels
🍰 p2-nice-to-havePriority 2: this is not breaking anything but nice to have it addressed.Priority 2: this is not breaking anything but nice to have it addressed.🐞 bugSomething isn't workingSomething isn't working