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
The attribute $listeners was removed on Vue 3. Listeners were incorporated to the attribute $attrs. The components listed above should now being able to handle with this differentiation between Vue versions. One possible strategy would be handle this conditional in a separate service and use it in every component that requires $listeners:
Component's Name
<t-button>
,<t-close-button>
,<t-input>
,<t-textarea>
,<t-select>
Common pattern to be abstracted
The attribute
$listeners
was removed on Vue 3. Listeners were incorporated to the attribute$attrs
. The components listed above should now being able to handle with this differentiation between Vue versions. One possible strategy would be handle this conditional in a separate service and use it in every component that requires$listeners
:Requirements
vmService
and apply it to the components that require$listeners
Properties
N/A
The text was updated successfully, but these errors were encountered: