Skip to content

Commit 0c20a46

Browse files
committed
chore: improve jsdoc comment
1 parent 9335f74 commit 0c20a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codegen/generateDTS.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ${normalizeLines(routeNamedMap)}
4949
5050
/**
5151
* Route file to route info map by unplugin-vue-router.
52-
* Used by the volar plugin to automatically type useRoute()
52+
* Used by the \`sfc-typed-router\` Volar plugin to automatically type \`useRoute()\`.
5353
*
5454
* Each key is a file path relative to the project root with 2 properties:
5555
* - routes: union of route names of the possible routes when in this page (passed to useRoute<...>())
@@ -61,7 +61,7 @@ ${normalizeLines(routeFileInfoMap)}
6161
6262
/**
6363
* Get a union of possible route names in a certain route component file.
64-
* Used by the volar plugin to automatically type useRoute()
64+
* Used by the \`sfc-typed-router\` Volar plugin to automatically type \`useRoute()\`.
6565
*
6666
* @internal
6767
*/

0 commit comments

Comments
 (0)