Skip to content

Commit

Permalink
fix: auto-imported components
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Nov 30, 2021
1 parent 0ecd3f6 commit cb07efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default {

// Auto import components: https://go.nuxtjs.dev/config-components
components: {
dirs: ['~/components/*'],
dirs: ['~/components', { path: '~/components/chart', extensions: ['vue'] }],
},

// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
Expand Down

0 comments on commit cb07efa

Please sign in to comment.