diff --git a/docs/writing-stories/typescript.mdx b/docs/writing-stories/typescript.mdx index 851938784ac5..13ba554f04cb 100644 --- a/docs/writing-stories/typescript.mdx +++ b/docs/writing-stories/typescript.mdx @@ -82,7 +82,7 @@ Sometimes stories need to define args that aren’t included in the component's ``` - You can type check SFC files with vue-tsc and get editor support in VSCode by installing the [Vue Language Features (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) and [TypeScript Vue Plugin](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) extensions. + You can type check SFC files with vue-tsc and get editor support in VSCode by installing the [Vue Language Features (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension. This setup will add type support for `*.vue` imports to your `*.stories.ts` files, providing the same type safety and autocomplete features.