You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that the point is to demonstrate Vue's syntax and feature in this specific scenario, but you should either change the example to a more practical one in which defineModel() isn't enough, or mention this feature below the current example.
The text was updated successfully, but these errors were encountered:
In "emit to parent" feature for Vue 3, the code can be simplified to the following:
App.vue
AnswerButton.vue
I understand that the point is to demonstrate Vue's syntax and feature in this specific scenario, but you should either change the example to a more practical one in which
defineModel()
isn't enough, or mention this feature below the current example.The text was updated successfully, but these errors were encountered: