Skip to content

Commit 97ccd22

Browse files
committed
docs(zh): avoid internal weak map key error
1 parent 0336fa9 commit 97ccd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zh/breaking-changes/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Vue 3 中一些需要关注的新功能包括:
6565
- [单文件组件组合式 API 语法糖 (`<script setup>`)](https://cn.vuejs.org/api/sfc-script-setup.html)
6666
- [单文件组件状态驱动的 CSS 变量 (`<style>` 中的 `v-bind`)](https://cn.vuejs.org/api/sfc-style.html#状态驱动的动态-css)
6767
- [SFC `<style scoped>` 现在可以包含全局规则或只针对插槽内容的规则](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0023-scoped-styles-changes.md)
68-
- [Suspense](./suspense.html) <Badge text="实验性" type="warning" />
68+
- [Suspense](./suspense.html)
6969

7070
## 非兼容的变更
7171

0 commit comments

Comments
 (0)