We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2488949 commit caae765Copy full SHA for caae765
src/functions/useSize/stories/useSize.md
@@ -4,7 +4,7 @@ Vue function that tracks the size of an HTML element.
4
5
This function is based on the [ResizeObserver API](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver).
6
7
-Please note that ResizeObserver does not work on certain browsers such as IE/Edge/Safari,
+Please note that **ResizeObserver does not work on certain browsers such as IE/Edge/Safari**,
8
therefore you should add a polyfill such as:
9
10
```js
0 commit comments