Skip to content

Commit 3e44105

Browse files
i18n(zh-cn): Update typescript.mdx (#12309)
Co-authored-by: Yan <[email protected]>
1 parent 3e90d76 commit 3e44105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/zh-cn/guides/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ declare var myString: string;
9494

9595
### UI 框架
9696

97-
如果你的项目使用了 [UI 框架](/zh-cn/guides/framework-components/),则可能需要根据框架的不同进行额外的设置。请参阅你使用的框架的文档中关于 TypeScript 的相关文档以获取更多信息。([Vue](https://cn.vuejs.org/guide/typescript/overview.html)[React](https://react-typescript-cheatsheet.netlify.app/docs/basic/setup)[Preact](https://preactjs.com/guide/v10/typescript)[Solid](https://www.solidjs.com/guides/typescript)
97+
如果你的项目使用了 [UI 框架](/zh-cn/guides/framework-components/),则可能需要根据框架的不同进行额外的设置。请参阅你使用的框架的文档中关于 TypeScript 的相关文档以获取更多信息。([Vue](https://cn.vuejs.org/guide/typescript/overview.html)[React](https://react-typescript-cheatsheet.netlify.app/docs/basic/setup)[Preact](https://preactjs.com/guide/v10/typescript)[Solid](https://www.solidjs.com/guides/typescript)[Svelte](https://svelte.dev/docs/svelte/typescript)
9898

9999
## 类型导入
100100

0 commit comments

Comments
 (0)