Skip to content

Commit 4d5c636

Browse files
committed
docs: add an introduction to suspense to the migration guide
vuejs/docs@5fe8e0d#diff-69306c9f8b274c3ef69525aa0309b0a95ec2f1fe92c6892d98f7617b9a30dc27
1 parent 0c5100c commit 4d5c636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/migration/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Vue 3 で注目すべきいくつかの新機能の次のとおりです。
4949
- [SFC での Composition API の Syntax Sugar (`<script setup>`)](https://github.com/vuejs/rfcs/blob/sfc-improvements/active-rfcs/0000-sfc-script-setup.md) <Badge text="experimental" type="warning" />
5050
- [SFC でのステートドリブンな CSS Variables (`<style>``v-bind`)](https://github.com/vuejs/rfcs/blob/style-vars-2/active-rfcs/0000-sfc-style-variables.md) <Badge text="experimental" type="warning" />
5151
- [SFC での `<style scoped>` は、グローバルルールまたはスロットされたコンテンツのみを対象とするルールを含めることができるようになった](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0023-scoped-styles-changes.md)
52+
- [Suspense](/guide/migration/suspense.html) <Badge text="experimental" type="warning" />
5253

5354
## 破壊的変更
5455

0 commit comments

Comments
 (0)