Skip to content

Commit 4cfa0ab

Browse files
committed
fix: hotfix when module options is not set in config
1 parent b7982ca commit 4cfa0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function (moduleOptions) {
1313
this.nuxt.hook('build:before', () => {
1414
const options = merge.all([
1515
defaults,
16-
this.options.vuetify,
16+
this.options.vuetify || {},
1717
moduleOptions
1818
])
1919

0 commit comments

Comments
 (0)