Skip to content

Commit

Permalink
chore: 0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
army8735 committed Feb 14, 2023
1 parent 708f214 commit ba38598
Show file tree
Hide file tree
Showing 5 changed files with 918 additions and 453 deletions.
8 changes: 8 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,14 @@ console.log(root.ref.div.getComputedStyle('width').width); // 等同
console.log(root.ref.div.getComputedStyle(['width']).width); // 等同
```

### getStyle
* **类型** `Function`
* **参数**
* key `String`
想要获取的样式键名。
* **说明**
获取当前计算好的单个样式。

#### getBoundingClientRect
* **类型** `Function`
* **参数**
Expand Down
Loading

0 comments on commit ba38598

Please sign in to comment.