@textbus/adapter-vue 4.0.0-alpha.34 → 4.0.0-alpha.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -160,7 +160,7 @@ class Adapter extends DomAdapter {
160
160
  else {
161
161
  vElement.attrs.set('ref', refFn);
162
162
  }
163
- slot.changeMarker.rendered();
163
+ slot.__changeMarker__.rendered();
164
164
  return vNodeToJSX(vElement);
165
165
  }
166
166
  }
package/bundles/index.js CHANGED
@@ -162,7 +162,7 @@ class Adapter extends platformBrowser.DomAdapter {
162
162
  else {
163
163
  vElement.attrs.set('ref', refFn);
164
164
  }
165
- slot.changeMarker.rendered();
165
+ slot.__changeMarker__.rendered();
166
166
  return vNodeToJSX(vElement);
167
167
  }
168
168
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@textbus/adapter-vue",
3
- "version": "4.0.0-alpha.34",
3
+ "version": "4.0.0-alpha.36",
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.3",
29
- "@textbus/core": "^4.0.0-alpha.34",
30
- "@textbus/platform-browser": "^4.0.0-alpha.34",
29
+ "@textbus/core": "^4.0.0-alpha.36",
30
+ "@textbus/platform-browser": "^4.0.0-alpha.36",
31
31
  "vue": "^3.3.4"
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": "b6f9bfbce3135865fc0c8a3e6b622a7040019634"
51
+ "gitHead": "dbcf24938a558780bc752cdcd3633d0e21a7a0d9"
52
52
  }