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
Emitted events can be explicitly declared on the component via the <spanclass="composition-api">[`defineEmits()`](/api/sfc-script-setup.html#defineprops-defineemits) macro</span><spanclass="options-api">[`emits`](/api/options-state.html#emits) option</span>:
103
+
A component can explicitly declare the events it will emit using the <spanclass="composition-api">[`defineEmits()`](/api/sfc-script-setup.html#defineprops-defineemits) macro</span><spanclass="options-api">[`emits`](/api/options-state.html#emits) option</span>:
0 commit comments