Skip to content
Merged

typo #207

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion active-rfcs/0000-sfc-script-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Since `export default` is hoisted outside of `setup()`, it cannot reference vari

## With TypeScript

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

```vue
<script setup="props" lang="ts">
Expand Down