Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyxu1102 authored Sep 30, 2023
1 parent 197fb35 commit cc254e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ npm install vue-ts-utils -D
```

## Features
- inferring `attrs` for implementing HOCs
- inferring `inject`

### Inferring Attrs
### 1. Wrapping a html element
```tsx
Expand Down Expand Up @@ -78,7 +81,7 @@ const Child = defineComponent({
return <div>{this.foo}</div>
}
});

```

## License

Expand Down

0 comments on commit cc254e1

Please sign in to comment.