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

Commit 5985630

Browse files
style: missing space
1 parent 49eb66a commit 5985630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = (api, opts) => {
3232
polyfill.updateBabelConfig(api)
3333
polyfill.updateBrowsersList(api)
3434
}
35-
if(!opts.installFonts) fonts.addLinks(api, opts.iconFont)
35+
if (!opts.installFonts) fonts.addLinks(api, opts.iconFont)
3636
vuetify.setHtmlLang(api, opts.locale)
3737
})
3838
}

0 commit comments

Comments
 (0)