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

Commit e3bec4c

Browse files
fixed indentation
1 parent a199d82 commit e3bec4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

generator/templates/default/src/plugins/vuetify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Vue.use(Vuetify, {
3333
},
3434
<%_ } _%>
3535
<%_ if (options.useTheme) { _%>
36-
theme: {
37-
primary: '#ee44aa',
36+
theme: {
37+
primary: '#ee44aa',
3838
secondary: '#424242',
3939
accent: '#82B1FF',
4040
error: '#FF5252',

generator/templates/default/src/plugins/vuetify.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Vue.use(Vuetify, {
3333
},
3434
<%_ } _%>
3535
<%_ if (options.useTheme) { _%>
36-
theme: {
37-
primary: '#ee44aa',
36+
theme: {
37+
primary: '#ee44aa',
3838
secondary: '#424242',
3939
accent: '#82B1FF',
4040
error: '#FF5252',

0 commit comments

Comments
 (0)