Skip to content

Commit 9cffc32

Browse files
committed
Fix problems with new SFC example
1 parent 7e82614 commit 9cffc32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/guide/scaling-up/sfc.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ export default {
3535

3636
```vue
3737
<script setup>
38-
import { ref } from 'vue'
39-
const greeting = ref('Hello World!')
40-
}
38+
import { ref } from 'vue'
39+
const greeting = ref('Hello World!')
4140
</script>
4241
4342
<template>

0 commit comments

Comments
 (0)