Skip to content

Commit c7a89b3

Browse files
authored
docs: update readme about Browser Compatibility (#607)
* Update readme * Move "Browser Compatibility" section
1 parent 3b726d4 commit c7a89b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ export default {
112112
}
113113
```
114114

115+
## Browser Compatibility
116+
117+
`@vue/composition-api` supports all modern browsers and IE11+. For lower versions IE you should install `WeakMap` polyfill (for example from `core-js` package).
118+
115119
## Limitations
116120

117121
> :white_check_mark: Support     :x: Not Supported

0 commit comments

Comments
 (0)