Type inference is not possible in html templates. #1225
-
ReproductionSteps to reproduce the bugI am working on a transition from vue2 to vue3. However, it is the same source code, but only in the vue3 area. Type inference is not possible in html templates. 1. SuccessType inference (productStore.fetchProducts source Code command + Left Click ) Full SourceCode : https://github.com/Shin-Beomchul/mono-vue3-module-federation 2. can not Type inference (productStore.fetchProducts source Code command + Left Click ) Expected behavior... productStore.fetchProducts() ...productStore.fetchProducts part command + Left Click then, I wish type inference was possible. Actual behaviorcan not_ Type inference of productStore.fetchProducts() ( command + Left Click) Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried using volar instead of vetur? in vscode |
Beta Was this translation helpful? Give feedback.
Have you tried using volar instead of vetur? in vscode