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

Commit 61cd42c

Browse files
chore(template): add conditional title..
Co-authored-by: John Leider <9064066+johnleider@users.noreply.github.com>
1 parent 90c7551 commit 61cd42c

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<div>Welcome to the Vuetify 3 Alpha</div>
1616
</h1>
1717

18+
<%_ if (useVite) { _%>
19+
<small>Vite Preview</small>
20+
<%_ } _%>
21+
1822
<p class="subheading font-weight-regular">
1923
For help and collaboration with other Vuetify developers,
2024
<br>please join our online

0 commit comments

Comments
 (0)