Skip to content

Commit caae765

Browse files
committed
docs(useSize): Improving docs for useSIze
1 parent 2488949 commit caae765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions/useSize/stories/useSize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Vue function that tracks the size of an HTML element.
44

55
This function is based on the [ResizeObserver API](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver).
66

7-
Please note that ResizeObserver does not work on certain browsers such as IE/Edge/Safari,
7+
Please note that **ResizeObserver does not work on certain browsers such as IE/Edge/Safari**,
88
therefore you should add a polyfill such as:
99

1010
```js

0 commit comments

Comments
 (0)