@textbus/adapter-vue 4.0.0-alpha.64 → 4.0.0-alpha.66

Sign up to get free protection for your applications and to get access to all the features.
@@ -123,7 +123,6 @@ class VueAdapter extends DomAdapter {
123
123
  const result = setup(props, context, ...args);
124
124
  if (typeof result === 'function') {
125
125
  return function (...args) {
126
- component.__slots__.forEach(i => self.renderedSlotCache.delete(i));
127
126
  component.__slots__.length = 0;
128
127
  self.componentRendingStack.push(component);
129
128
  return result.apply(this, args);
package/bundles/index.js CHANGED
@@ -125,7 +125,6 @@ class VueAdapter extends platformBrowser.DomAdapter {
125
125
  const result = setup(props, context, ...args);
126
126
  if (typeof result === 'function') {
127
127
  return function (...args) {
128
- component.__slots__.forEach(i => self.renderedSlotCache.delete(i));
129
128
  component.__slots__.length = 0;
130
129
  self.componentRendingStack.push(component);
131
130
  return result.apply(this, args);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-vue",
3
- "version": "4.0.0-alpha.64",
3
+ "version": "4.0.0-alpha.66",
4
4
  "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",
5
5
  "main": "./bundles/index.js",
6
6
  "module": "./bundles/index.esm.js",
@@ -26,8 +26,8 @@
26
26
  ],
27
27
  "dependencies": {
28
28
  "@tanbo/stream": "^1.2.5",
29
- "@textbus/core": "^4.0.0-alpha.64",
30
- "@textbus/platform-browser": "^4.0.0-alpha.64",
29
+ "@textbus/core": "^4.0.0-alpha.66",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.66",
31
31
  "vue": "^3.4.28"
32
32
  },
33
33
  "devDependencies": {
@@ -48,5 +48,5 @@
48
48
  "bugs": {
49
49
  "url": "https://github.com/textbus/textbus.git/issues"
50
50
  },
51
- "gitHead": "519971adaa514d2caed9d8509a8b309207b2e35e"
51
+ "gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
52
52
  }