Skip to content

Commit 8d36ba9

Browse files
authored
Merge pull request #26 from adamkasper/fix/menus-paths
fix: update import paths for FloatingMenu and BubbleMenu in defaults.ts
2 parents 6e0e782 + 722746a commit 8d36ba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/imports/defaults.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ export const defaultImports: ImportObject[] = [
4747

4848
export const defaultComponents: ImportObject[] = [
4949
{ name: 'EditorContent', path: '@tiptap/vue-3' },
50-
{ name: 'FloatingMenu', path: '@tiptap/vue-3' },
51-
{ name: 'BubbleMenu', path: '@tiptap/vue-3' },
50+
{ name: 'FloatingMenu', path: '@tiptap/vue-3/menus' },
51+
{ name: 'BubbleMenu', path: '@tiptap/vue-3/menus' },
5252
]

0 commit comments

Comments
 (0)