Skip to content

Commit 82c3bf5

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/lodash.template-4.5.0
2 parents 5376784 + 4df895b commit 82c3bf5

File tree

3 files changed

+30
-24
lines changed

3 files changed

+30
-24
lines changed

generator/template/tests/helpers/setup.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ css({
105105
<%_ } _%>
106106

107107
<%_ if (uiFramework === 'Vuetify') { _%>
108+
// Setup Vuetify
109+
// See https://vuetifyjs.com/en/getting-started/quick-start#full-installation
110+
<%_ if (styles && styles.includes('css')) { _%>
111+
require('vuetify/dist/vuetify.min.css')
112+
113+
<%_ } _%>
108114
Vue.use(Vuetify, {
109115
iconfont: 'md'
110116
})

0 commit comments

Comments
 (0)