Skip to content

Commit

Permalink
docs: correct Vue link (#6490)
Browse files Browse the repository at this point in the history
  • Loading branch information
HigherOrderLogic authored Nov 7, 2024
1 parent c21b5f6 commit 1ab7ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ In this document, you can learn about the main technology stack involved in the

Modern.js uses [React 18](https://react.dev/) to build user interfaces and is also compatible with React 17.

Rsbuild supports building Vue applications. If you need to use Vue, you can refer to ["Rsbuild - Vue"](https://rsbuild.dev/guide/framework/vue3).
Rsbuild supports building Vue applications. If you need to use Vue, you can refer to ["Rsbuild - Vue"](https://rsbuild.dev/guide/framework/vue).

## Routing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Modern.js 框架默认集成了一些社区中流行的库和开发工具。

Modern.js 使用 [React 18](https://react.dev/) 来构建用户界面,同时也兼容 React 17。

Modern.js 底层的 Rsbuild 支持构建 Vue 应用,如果你需要使用 Vue,可以参考 [Rsbuild - Vue](https://rsbuild.dev/zh/guide/framework/vue3)
Modern.js 底层的 Rsbuild 支持构建 Vue 应用,如果你需要使用 Vue,可以参考 [Rsbuild - Vue](https://rsbuild.dev/zh/guide/framework/vue)

## 路由

Expand Down

0 comments on commit 1ab7ecd

Please sign in to comment.