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

Commit 774420b

Browse files
fixed icons
1 parent fca4071 commit 774420b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ theme: {
4141
info: '#2196F3',
4242
success: '#4CAF50',
4343
warning: '#FFC107'
44-
},
44+
},
4545
<%_ } _%>
4646
<%_ if (options.useCustomProperties) { _%>
4747
customProperties: true,
4848
<%_ } _%>
4949
<%_ if (options.iconFont === 'md') { _%>
50-
iconfont: '<%_ options.iconFont _%>',
50+
iconfont: 'md',
5151
<%_ } else if (options.iconFont === 'mdi') { _%>
5252
iconfont: 'mdi',
5353
<%_ } else if (options.iconFont === 'fa') { _%>

0 commit comments

Comments
 (0)