We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065a158 commit 59c5248Copy full SHA for 59c5248
packages/router/add-dts-module-augmentation.js
@@ -16,7 +16,7 @@ async function patchVueRouterDts() {
16
await fs.writeFile(
17
'./dist/vue-router.d.ts',
18
`${targetContent}
19
-${content.slice(moduleAugmentationIdx)} `,
+${content.slice(moduleAugmentationIdx)}`,
20
{ encoding: 'utf8' }
21
)
22
}
0 commit comments