Skip to content

Commit

Permalink
docs(zh): avoid internal weak map key error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Nov 6, 2022
1 parent 0336fa9 commit 97ccd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zh/breaking-changes/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Vue 3 中一些需要关注的新功能包括:
- [单文件组件组合式 API 语法糖 (`<script setup>`)](https://cn.vuejs.org/api/sfc-script-setup.html)
- [单文件组件状态驱动的 CSS 变量 (`<style>` 中的 `v-bind`)](https://cn.vuejs.org/api/sfc-style.html#状态驱动的动态-css)
- [SFC `<style scoped>` 现在可以包含全局规则或只针对插槽内容的规则](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0023-scoped-styles-changes.md)
- [Suspense](./suspense.html) <Badge text="实验性" type="warning" />
- [Suspense](./suspense.html)

## 非兼容的变更

Expand Down

0 comments on commit 97ccd22

Please sign in to comment.