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 created hook is called before the vnode's props are applied. This is useful in cases where the directive needs to attach event listeners before vnode prop or template listeners, or it intentionally wants its DOM mutations to take a lower priority than vnode props.