Skip to content

Commit

Permalink
chore: add new components in module
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Jun 10, 2023
1 parent 9ab62f7 commit 6604166
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,15 @@ export default defineNuxtModule<ModuleOptions>({
global: true,
filePath: resolve('./runtime/components/Twemoji.vue')
})
addComponent({
name: 'Twemojify',
global: true,
filePath: resolve('./runtime/components/Twemojify.vue')
})
addComponent({
name: 'TwemojiParse',
global: true,
filePath: resolve('./runtime/components/TwemojiParse.vue')
})
}
})

0 comments on commit 6604166

Please sign in to comment.