You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/src/pages/en/getting-started/browser-support.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
---
2
+
emphasized: true
2
3
meta:
3
4
title: Browser support
4
5
description: Vuetify is a progressive framework that supports all evergreen browsers.
@@ -21,18 +22,20 @@ Vuetify 3 is a next generation framework that takes advantage of the latest web
21
22
22
23
This is not an exhaustive list of compatible browsers, but the main targeted ones. If you are using a browser that is not listed here, it is not officially supported.
<pclass="text-caption">* All browsers on iOS use WebKit and have the same support as Safari</p>
36
+
<pclass="text-caption">** Some components may have missing padding due to lack of support for CSS <v-code>:has()</v-code></p>
34
37
35
38
This table is updated with minor releases of Vuetify. Chrome, Firefox, and Safari will be supported at least two years back from the Vuetify x.x.0 release date.
36
-
Current start date is May 2021.
39
+
Current start date is September 2022.
37
40
38
41
Support for older browsers may be possible with additional [polyfills](https://cdnjs.cloudflare.com/polyfill/) and [PostCSS plugins](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical), but has not been tested and is not guaranteed. If you need to support older browsers we recommend using Vuetify 2.
0 commit comments