Skip to content

Commit 6152a38

Browse files
authored
Update introduction.md (vuejs#1202)
1 parent 9e1ae06 commit 6152a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/migration/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Some of the new features to keep an eye on in Vue 3 include:
5353
- [Fragments](/guide/migration/fragments.html)
5454
- [Emits Component Option](/guide/component-custom-events.html)
5555
- [`createRenderer` API from `@vue/runtime-core`](https://github.com/vuejs/vue-next/tree/master/packages/runtime-core) to create custom renderers
56-
- [SFC Composition API Syntax Sugar (`<script setup>`)](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0040-script-setup.md) <Badge text="experimental" type="warning" />
57-
- [SFC State-driven CSS Variables (`v-bind` in `<style>`)](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0043-sfc-style-variables.md) <Badge text="experimental" type="warning" />
56+
- [SFC Composition API Syntax Sugar (`<script setup>`)](/api/sfc-script-setup.html)
57+
- [SFC State-driven CSS Variables (`v-bind` in `<style>`)](/api/sfc-style.html#state-driven-dynamic-css)
5858
- [SFC `<style scoped>` can now include global rules or rules that target only slotted content](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0023-scoped-styles-changes.md)
5959
- [Suspense](/guide/migration/suspense.html) <Badge text="experimental" type="warning" />
6060

0 commit comments

Comments
 (0)