Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 8f1cf2d

Browse files
chore(preview): Update index.html title.
Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
1 parent 72dccff commit 8f1cf2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vue-cli-plugin-vuetify/generator/templates/v3/src/index.vite.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<meta charset="UTF-8" />
66
<link rel="icon" href="/favicon.ico" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Vite App</title>
8+
<title>Vuetify 3 Vite Preview</title>
99
</head>
1010

1111
<body>
1212
<div id="app"></div>
1313
<script type="module" src="/src/main.js"></script>
1414
</body>
1515

16-
</html>
16+
</html>

0 commit comments

Comments
 (0)