Skip to content

Commit

Permalink
Merge pull request #2941 from bharathvaj-ganesan/patch-1
Browse files Browse the repository at this point in the history
fix: interpolation url reference in vti
  • Loading branch information
yoyo930021 authored Jun 1, 2021
2 parents 9c0b471 + 90c3a70 commit 0c45adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/vti.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VTI catches type-errors in Vue templates that's not catchable by either Vue or T

- Vue compiler: do not understand types.
- TypeScript compiler: do not understand Vue templates.
- VLS: Understand both to do [TS type-checking on Vue templates](https://vuejs.github.io/vetur/interpolation.html).
- VLS: Understand both to do [TS type-checking on Vue templates](https://vuejs.github.io/vetur/guide/interpolation.html).
- VTI: Surfaces VLS's errors on CLI for CI.

## Usage
Expand Down

0 comments on commit 0c45adb

Please sign in to comment.