@tiptap/vue-2 3.15.1 → 3.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1942,7 +1942,7 @@ var BubbleMenu = {
1942
1942
  type: Number
1943
1943
  },
1944
1944
  appendTo: {
1945
- type: Object,
1945
+ type: [Object, Function],
1946
1946
  default: void 0
1947
1947
  },
1948
1948
  shouldShow: {
@@ -2211,7 +2211,7 @@ var FloatingMenu = {
2211
2211
  default: () => ({})
2212
2212
  },
2213
2213
  appendTo: {
2214
- type: Object,
2214
+ type: [Object, Function],
2215
2215
  default: void 0
2216
2216
  },
2217
2217
  shouldShow: {