Vue 3 event validation: returned value is ignored - why? #1355
-
Vue 3 documentations says that event validator should return boolean value (see screenshot below). https://v3.vuejs.org/guide/component-custom-events.html#defining-custom-events |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @ilyub! It should show up in your console when you're developing. It's not something that will break on production builds based on my understanding. If you're still not seeing it, a small reproduction for us to take a look at would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi, it turned out that I have errors enabled and warnings disabled in my browser output filter. |
Beta Was this translation helpful? Give feedback.
Hi, it turned out that I have errors enabled and warnings disabled in my browser output filter.
After enabling warnings channel I see Vue warning.
Thx for the help.