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
some component lib doesn't have "dependencies", all external dependencies are in "devDependencies"。
so,it's a little earlier to throw the error.
you should wrote like this: const vueDependencyVersion = packageJSON.dependencies?.vue || packageJSON.devDependencies?.vue;
if got undefined, throw error.
Vetur: Restart VLS
Info
Source
"vueVersion.ts":
The text was updated successfully, but these errors were encountered: