Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit c021d44

Browse files
authored
fix: link error (#578)
1 parent 8d19d76 commit c021d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Vue 3 中需要关注的一些新功能包括:
4646
- [片段](/guide/migration/fragments.html)
4747
- [触发组件选项](/guide/component-custom-events.html)
4848
- [来自 `@vue/runtime-core``createRenderer` API](https://github.com/vuejs/vue-next/tree/master/packages/runtime-core) 创建自定义渲染器
49-
- [单文件组件组合式 API 语法糖 (`<script setup>`)](https://github.com/vuejs/rfcs/blob/script-setup-2/active-rfcs/0000-script-setup.md) <Badge text="实验性" type="warning" />
49+
- [单文件组件组合式 API 语法糖 (`<script setup>`)](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0040-script-setup.md) <Badge text="实验性" type="warning" />
5050
- [单文件组件状态驱动的 CSS 变量 (`<style>` 中的 `v-bind`)](https://github.com/vuejs/rfcs/blob/style-vars-2/active-rfcs/0000-sfc-style-variables.md) <Badge text="实验性" type="warning" />
5151
- [Suspense](/guide/migration/suspense.html) <Badge text="实验性" type="warning" />
5252

0 commit comments

Comments
 (0)