Skip to content

Commit

Permalink
feat(nuxt): register new VAlertTitle component
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed May 22, 2023
1 parent 93b60af commit f6dc329
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 @@ -62,6 +62,10 @@ const components: AddComponentOptions[] = [
name: 'VAlert',
filePath: '@morpheme/alert/src/VAlert.vue',
},
{
name: 'VAlertTitle',
filePath: '@morpheme/alert/src/VAlertTitle.vue',
},
{
name: 'VAppBar',
filePath: '@morpheme/app-bar/src/VAppBar.vue',
Expand Down

0 comments on commit f6dc329

Please sign in to comment.