Skip to content

Commit 6027d80

Browse files
authored
docs: update index.mdx (#2852)
1 parent 47e4d36 commit 6027d80

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Before reading this chapter, it's assumed you are already familiar with:
1717

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

20-
The `@module-federation/bridge-react` toolkit is a `bridge` utility function package provided by MF for React v18 applications. The exported `createBridgeComponent` can be used for exporting modules in React v18 applications. Usage examples of `@module-federation/bridge-react` can be found in the [Host demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-host-2000) and [Remote demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-remote2-2002).
20+
The `@module-federation/bridge-react` toolkit is a `bridge` utility function package provided by MF for React v18 applications. The exported `createBridgeComponent` can be used for exporting modules in React v18 applications. Usage examples of `@module-federation/bridge-react` can be found in the [Host demo](https://github.com/module-federation/core/tree/main/apps/router-demo/router-host-2000) and [Remote demo](https://github.com/module-federation/core/tree/main/apps/router-demo/router-remote2-2002).
2121

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

24-
The `@module-federation/bridge-vue3` toolkit is a `bridge` utility function package provided by MF for Vue v3 applications. The exported `createBridgeComponent` can be used for exporting modules in Vue v3 sub-applications. Usage examples of `@module-federation/bridge-vue3` can be found in the [Host demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-host-2100) and [Remote demo](https://github.com/module-federation/core/core/tree/main/apps/router-demo/router-remote3-2003).
24+
The `@module-federation/bridge-vue3` toolkit is a `bridge` utility function package provided by MF for Vue v3 applications. The exported `createBridgeComponent` can be used for exporting modules in Vue v3 sub-applications. Usage examples of `@module-federation/bridge-vue3` can be found in the [Host demo](https://github.com/module-federation/core/tree/main/apps/router-demo/router-host-2100) and [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)