Skip to content

Commit e19fcb9

Browse files
authored
typo (#207)
1 parent c0de170 commit e19fcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0000-sfc-script-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Since `export default` is hoisted outside of `setup()`, it cannot reference vari
163163

164164
## With TypeScript
165165

166-
`<script setup>` should just work with TypeScript in most cases. To type setup arguments like `props` and `emit`,, simply declare them:
166+
`<script setup>` should just work with TypeScript in most cases. To type setup arguments like `props` and `emit`, simply declare them:
167167

168168
```vue
169169
<script setup="props" lang="ts">

0 commit comments

Comments
 (0)