mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
feat(element-plus): Support last 2 versions of browsers (#15313)
feat(element-plus): support last 2 versions of browsers
This commit is contained in:
@@ -5,16 +5,17 @@ lang: en-US
|
||||
|
||||
# Installation
|
||||
|
||||
## Compatibility
|
||||
## Compatibility ^(2.5.0)
|
||||
|
||||
Element Plus can run on browsers that support last 2 versions.
|
||||
|
||||
Element Plus can run on browsers that support [ES2018](https://caniuse.com/?feats=mdn-javascript_builtins_regexp_dotall,mdn-javascript_builtins_regexp_lookbehind_assertion,mdn-javascript_builtins_regexp_named_capture_groups,mdn-javascript_builtins_regexp_property_escapes,mdn-javascript_builtins_symbol_asynciterator,mdn-javascript_functions_method_definitions_async_generator_methods,mdn-javascript_grammar_template_literals_template_literal_revision,mdn-javascript_operators_destructuring_rest_in_objects,mdn-javascript_operators_spread_spread_in_destructuring,promise-finally) and [ResizeObserver](https://caniuse.com/resizeobserver).
|
||||
If you really need to support outdated browsers, please add [Babel](https://babeljs.io/) and Polyfill yourself.
|
||||
|
||||
Since Vue 3 no longer supports IE11, Element Plus does not support IE either.
|
||||
|
||||
|  |  |  |  |
|
||||
| ---------------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
||||
| Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 64 | Safari ≥ 12 |
|
||||
|  <br> Edge |  <br> Firefox |  <br> Chrome |  <br> Safari |
|
||||
|------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|
|
||||
| last 2 versions | last 2 versions | last 2 versions | last 2 versions |
|
||||
|
||||
### Version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user