Skip to content

Commit

Permalink
Merge pull request #3373 from nextcloud/feature/noid/export-NcAutoCom…
Browse files Browse the repository at this point in the history
…pleteResult

Export NcMentionBubble and NcAutoCompleteResult
  • Loading branch information
Vinicius Reis authored Oct 17, 2022
2 parents bf7fd7c + d4ad3f2 commit c308fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/NcRichContenteditable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
*
*/

export { default as NcMentionBubble } from './NcMentionBubble.vue'
export { default as NcAutoCompleteResult } from './NcAutoCompleteResult.vue'
export { default } from './NcRichContenteditable.vue'
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export { default as NcPopover } from './NcPopover/index.js'
export { default as NcPopoverMenu } from './NcPopoverMenu/index.js'
export { default as NcProgressBar } from './NcProgressBar/index.js'
export { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'
export { default as NcRichContenteditable } from './NcRichContenteditable/index.js'
export { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'
export { default as NcSettingsSection } from './NcSettingsSection/index.js'
export { default as NcTextField } from './NcTextField/index.js'
export { default as NcUserBubble } from './NcUserBubble/index.js'

0 comments on commit c308fa7

Please sign in to comment.