Skip to content

Commit 12ac4aa

Browse files
committed
docs: "vuetify 3" -> 4
1 parent d885422 commit 12ac4aa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/docs/src/pages/en/features/icon-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In the above examples we import the default `mdi` icon set and its corresponding
5050

5151
::: info
5252

53-
While it is still possible to supply the icon value through the default slot in Vuetify 3.0 (`<v-icon>mdi-home</v-icon>`), we recommend using the `icon` prop instead.
53+
While it is still possible to supply the icon value through the default slot in Vuetify 3+ (`<v-icon>mdi-home</v-icon>`), we recommend using the `icon` prop instead.
5454

5555
:::
5656

packages/docs/src/pages/en/getting-started/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
meta:
33
nav: Installation
4-
title: Get started with Vuetify 3
5-
description: Details for v3 release - faq, changes, and upgrading.
6-
keywords: migration, releases, upgrading vuetify, beta, v3
4+
title: Get started with Vuetify 4
5+
description: Details for v4 release - faq, changes, and upgrading.
6+
keywords: migration, releases, upgrading vuetify, beta, v4
77
related:
88
- /getting-started/contributing/
99
- /introduction/roadmap/
@@ -14,7 +14,7 @@ related:
1414
import { version } from 'vuetify'
1515
</script>
1616

17-
# Get started with Vuetify 3
17+
# Get started with Vuetify 4
1818

1919
Get started with Vuetify, the world’s most popular Vue.js framework for building feature rich, blazing fast applications.
2020

@@ -33,7 +33,7 @@ For more information regarding supported package managers, please visit their of
3333

3434
## Using Vite
3535

36-
To get started with Vuetify 3, simply paste the following code into your terminal:
36+
To get started with Vuetify 4, simply paste the following code into your terminal:
3737

3838
::: tabs
3939

@@ -55,7 +55,7 @@ bun create vuetify
5555

5656
:::
5757

58-
This command prompts you with a few options before generating your scaffolded Vue / Vuetify 3 project.
58+
This command prompts you with a few options before generating your scaffolded Vue / Vuetify 4 project.
5959

6060
```bash
6161
success Installed "create-vuetify@x.x.x" with binaries:
@@ -254,7 +254,7 @@ If font is defined at `resources/views/app.blade.php`, Vuetify's font settings w
254254

255255
## Using CDN
256256

257-
We recommend using the latest version of Vuetify 3 from [jsdelivr](https://www.jsdelivr.com/). All components and styles are included.
257+
We recommend using the latest version of Vuetify 4 from [jsdelivr](https://www.jsdelivr.com/). All components and styles are included.
258258

259259
`https://cdn.jsdelivr.net/npm/vuetify@{{ version }}/dist/vuetify.min.css` { .text-truncate }
260260

0 commit comments

Comments
 (0)