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

Commit 1b07354

Browse files
fix: update templates to vuetify 2.0
1 parent 58f4767 commit 1b07354

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

generator/templates/default/src/App.js.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
22
<v-app>
3-
<v-toolbar app>
3+
<v-app-bar app>
44
<v-toolbar-title class="headline text-uppercase">
55
<span>Vuetify</span>
66
<span class="font-weight-light">MATERIAL DESIGN</span>
77
</v-toolbar-title>
88
<v-spacer></v-spacer>
99
<v-btn
10-
flat
10+
text
1111
href="https://github.com/vuetifyjs/vuetify/releases/latest"
1212
target="_blank"
1313
>
@@ -22,7 +22,7 @@
2222
<v-icon>fa-external-link</v-icon>
2323
<%_ } _%>
2424
</v-btn>
25-
</v-toolbar>
25+
</v-app-bar>
2626

2727
<v-content>
2828
<%_ if (options.router) { _%>

generator/templates/default/src/App.ts.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<template>
22
<v-app>
3-
<v-toolbar app>
3+
<v-app-bar app>
44
<v-toolbar-title class="headline text-uppercase">
55
<span>Vuetify</span>
66
<span class="font-weight-light">MATERIAL DESIGN</span>
77
</v-toolbar-title>
88
<v-spacer></v-spacer>
99
<v-btn
10-
flat
10+
text
1111
href="https://github.com/vuetifyjs/vuetify/releases/latest"
1212
target="_blank"
1313
>
@@ -22,7 +22,7 @@
2222
<v-icon>fa-external-link</v-icon>
2323
<%_ } _%>
2424
</v-btn>
25-
</v-toolbar>
25+
</v-app-bar>
2626

2727
<v-content>
2828
<%_ if (options.router) { _%>

0 commit comments

Comments
 (0)