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
I'm uncertain whether this issue properly belongs to Vetur or to vue-class-component. It's strictly about the editor experience rather than transpiled output, so I thought it might be better here.
Vetur has some inconsistent go to definition behaviors which I've not seen documented. My setup here is vue-cli@3.0.0-rc10, vue-class-component@6.0.0, and vue-property-decorator@7.0.0.
Go to definition works on <user-regristration /> in the following SFC:
A related question, which I expect is not a bug, because I'm sure I've read something documenting the behavior before. I just can't find any reference to it now.
Why does go to definition fail in the following, with <UserRegistration /> in place of <user-registration />?
Info
Problem
I'm uncertain whether this issue properly belongs to Vetur or to
vue-class-component
. It's strictly about the editor experience rather than transpiled output, so I thought it might be better here.Vetur has some inconsistent
go to definition
behaviors which I've not seen documented. My setup here isvue-cli@3.0.0-rc10
,vue-class-component@6.0.0
, andvue-property-decorator@7.0.0
.Go to definition works on
<user-regristration />
in the following SFC:but fails in the class based equivalent (
No definition found for 'user-registration'
):The text was updated successfully, but these errors were encountered: