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

Commit 90c7551

Browse files
style(templates): remove div title
Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
1 parent 3d85e7c commit 90c7551

File tree

1 file changed

+1
-5
lines changed
  • packages/vue-cli-plugin-vuetify/generator/templates/v3/src/components

1 file changed

+1
-5
lines changed

packages/vue-cli-plugin-vuetify/generator/templates/v3/src/components/HelloWorld.js.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212

1313
<v-col class="mb-4">
1414
<h1 class="display-2 font-weight-bold mb-3">
15-
<%_ if (useVite) { _%>
16-
Welcome to Vuetify 3 + Vite Preview
17-
<%_ } else { _%>
18-
Welcome to Vuetify 3 Alpha
19-
<%_ } _%>
15+
<div>Welcome to the Vuetify 3 Alpha</div>
2016
</h1>
2117

2218
<p class="subheading font-weight-regular">

0 commit comments

Comments
 (0)