@tiptap/vue-2 3.15.1 → 3.15.3

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.
@@ -1969,7 +1969,7 @@ var BubbleMenu = {
1969
1969
  type: Number
1970
1970
  },
1971
1971
  appendTo: {
1972
- type: Object,
1972
+ type: [Object, Function],
1973
1973
  default: void 0
1974
1974
  },
1975
1975
  shouldShow: {
@@ -2238,7 +2238,7 @@ var FloatingMenu = {
2238
2238
  default: () => ({})
2239
2239
  },
2240
2240
  appendTo: {
2241
- type: Object,
2241
+ type: [Object, Function],
2242
2242
  default: void 0
2243
2243
  },
2244
2244
  shouldShow: {