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
This is a follow up to your comment. Please close if this is a duplicate to #118.
I am using PortalVue to render a dialog outside of the Vue application for accessibility reasons. Inside the <portal> I am assigning a ref to use that element for further logic. However, it never appears in this.$refs. My code looks like this:
I've already read myself through most issues here, including #118, but there doesn't seem to be a solution there yet? Even using the double this.$nextTick still has this.$refs.rootElement as undefined.
I basically just need access to the DOM element.
Please tell me if you need more details or examples :)
The text was updated successfully, but these errors were encountered:
This is a follow up to your comment. Please close if this is a duplicate to #118.
I am using PortalVue to render a dialog outside of the Vue application for accessibility reasons. Inside the
<portal>
I am assigning aref
to use that element for further logic. However, it never appears inthis.$refs
. My code looks like this:I've already read myself through most issues here, including #118, but there doesn't seem to be a solution there yet? Even using the double
this.$nextTick
still hasthis.$refs.rootElement
asundefined
.I basically just need access to the DOM element.
Please tell me if you need more details or examples :)
The text was updated successfully, but these errors were encountered: