Skip to content

Commit 251e8f0

Browse files
authored
fix(docs): zh/practice/bridge/index link error (#2660)
1 parent c9078fa commit 251e8f0

File tree

1 file changed

+2
-2
lines changed
  • apps/website-new/docs/zh/practice/bridge

1 file changed

+2
-2
lines changed

apps/website-new/docs/zh/practice/bridge/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
### @module-federation/bridge-react
1919

20-
`@module-federation/bridge-react` 工具包是 MF 为 React v16、v17、v18 应用 提供的 `bridge` 工具函数包,其导出的 `createBridgeComponent` 可用于 react v18 应用的导出模块,`@module-federation/bridge-react` 的使用见 [Host demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-host-2000)[Remote demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-remote2-2002)
20+
`@module-federation/bridge-react` 工具包是 MF 为 React v16、v17、v18 应用 提供的 `bridge` 工具函数包,其导出的 `createBridgeComponent` 可用于 react v18 应用的导出模块,`@module-federation/bridge-react` 的使用见 [Host demo](https://github.com/module-federation/core/tree/main/apps/router-demo/router-host-2000)[Remote demo](https://github.com/module-federation/core/tree/main/apps/router-demo/router-remote2-2002)
2121

2222
### @module-federation/bridge-vue3
2323

24-
`@module-federation/bridge-vue3` 工具包是 MF 为 Vue v3 应用 提供的 `bridge` 工具函数包,其导出的 `createBridgeComponent` 可用于 Vue v3 子应用的导出模块,`@module-federation/bridge-vue3` 的使用见 [Host demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-host-2100)[Remote demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-remote3-2003)
24+
`@module-federation/bridge-vue3` 工具包是 MF 为 Vue v3 应用 提供的 `bridge` 工具函数包,其导出的 `createBridgeComponent` 可用于 Vue v3 子应用的导出模块,`@module-federation/bridge-vue3` 的使用见 [Host demo](https://github.com/module-federation/core/tree/main/apps/router-demo/router-host-2100)[Remote demo](https://github.com/module-federation/core/tree/main/apps/router-demo/router-remote3-2003)
2525

2626

2727
## FAQ

0 commit comments

Comments
 (0)