Skip to content

Commit 22d7f55

Browse files
authored
fix(0040-script-setup): fixed typo (#373)
1 parent eb187c3 commit 22d7f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0040-script-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ In such cases, a normal `<script>` block can be used alongside `<script setup>`:
417417
```
418418

419419
<details>
420-
<summary>Compile Output</summary>
420+
<summary>Compiled Output</summary>
421421

422422
```js
423423
import { ref } from 'vue'

0 commit comments

Comments
 (0)