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
In cases where template interpolation provided some data for the hover
popup, it overrode the popup contents without letting component data
hover info to show.
Ask both services and merge the results together so that nothing is
lost.
Fixesvuejs#2878
Vetur: Restart VLS
Info
Problem
The hover info shows the attribute description if the attribute is not dynamic (doesn't start with the
:
):But the description is nowhere to be found when the attribute is dynamic:
Reproducible Case
Repo: https://github.com/rchl/vetur-hover-component-data
foo-attr
.The first one shows the description from
attributes.json
while the second one doesn't.The text was updated successfully, but these errors were encountered: