Skip to content

Commit 176e39c

Browse files
committed
fix: typo
1 parent 0b4ddb6 commit 176e39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active-rfcs/0000-infer-attrs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ When using typescript in Vue3, the fallthrough attributes is unable to be used.
7272
# Detailed design
7373
7474
## `defineComponent`
75-
Due to typescript limitation from [microsoft/TypeScript#10571](https://github.com/microsoft/TypeScript/issues/10571), it's not possable to allow skipping generics in the `defineComponent` like below.
75+
Due to typescript limitation from [microsoft/TypeScript#10571](https://github.com/microsoft/TypeScript/issues/10571), it's not possible to skip generics up to now in the `defineComponent` like below.
7676
```tsx
7777
// it's not work
7878
const Comp = defineComponent<Props, Attrs>({})

0 commit comments

Comments
 (0)