Skip to content

Commit

Permalink
Util auto loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjappinen committed Jun 23, 2024
1 parent d312fe9 commit ff6f887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt/config/bonn.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default (options) => {
const components = !!opts.components || (opts.components !== false)
const composables = !!opts.composables || (opts.composables !== false)
const icons = !!opts.icons || (opts.icons !== false)
const utils = !!opts.utils || (opts.utils !== false)

// Include library components in the compilation
const modules = []
Expand All @@ -26,6 +27,7 @@ export default (options) => {
components,
composables,
icons,
utils,
prefix: opts.prefix
}])
}
Expand Down

0 comments on commit ff6f887

Please sign in to comment.