Skip to content

Commit

Permalink
docs: add pr link
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyxu authored and rudyxu1102 committed Jan 1, 2023
1 parent 085f62b commit d2c1751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions active-rfcs/0000-infer-attrs.md
@@ -1,7 +1,7 @@
- Start Date: 2023-01-01
- Target Major Version: 3.x
- Reference Issues: [vuejs/core#3452](https://github.com/vuejs/core/issues/3452), [vuejs/core#5423](https://github.com/vuejs/core/issues/5423),
- Implementation PR: [vuejs/core#]()
- Implementation PR: [vuejs/core#7444](https://github.com/vuejs/core/pull/7444)

# Summary

Expand Down Expand Up @@ -70,7 +70,7 @@ The following blow is the design details.
- `attrs` is lower priority than `props`.
## `useAttrs`
## `useAttrs<T>`
In the `setup-script`, the generic type of `useAttrs` will compile to the second param of `defineComponent`
Expand Down

0 comments on commit d2c1751

Please sign in to comment.