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've installed the Vetur plugin for this Vscode.
In Vscode there is a d3.d.ts file that defines Name, Age, and properties, and now add a b attribute in the d3.d.ts file.
Your can find the b attribute in the ts file, and you can't find the b attribute in the vue file.
But reload the Vscode IDE,you can't find the b attribute in the vue file.
I want to find the b attribute immediately in the Vue file,do you have any good idea
The text was updated successfully, but these errors were encountered:
Your can find the b attribute in the ts file, and you can't find the b attribute in the vue file.
But reload the Vscode IDE,you can't find the b attribute in the vue file.
I want to find the b attribute immediately in the Vue file,do you have any good idea
This paragraph might contain one typo. The "reload VSCode" sentence should be
But reload the Vscode IDE,you can find the b attribute in the vue file.
OP probably wants immediate refresh as requested in #355
about typescript question in the Vetur plugin
I've installed the Vetur plugin for this Vscode.
In Vscode there is a d3.d.ts file that defines Name, Age, and properties, and now add a b attribute in the d3.d.ts file.
Your can find the b attribute in the ts file, and you can't find the b attribute in the vue file.
But reload the Vscode IDE,you can't find the b attribute in the vue file.
I want to find the b attribute immediately in the Vue file,do you have any good idea
The text was updated successfully, but these errors were encountered: