Skip to content

Commit

Permalink
feat(nuxt): auto-import VMain component
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jun 13, 2023
1 parent 8d5d99f commit 66a82eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ const components: AddComponentOptions[] = [
name: 'VAppShell',
filePath: '@morpheme/app-shell/src/VAppShell.vue',
},
{
name: 'VMain',
filePath: '@morpheme/app-shell/src/VMain.vue',
},
{
name: 'VProgressCircular',
filePath: '@morpheme/progress-circular/src/VProgressCircular.vue',
Expand Down

0 comments on commit 66a82eb

Please sign in to comment.