@textbus/adapter-vue 4.0.0-alpha.65 → 4.0.0-alpha.68
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.
- package/bundles/index.esm.js +0 -1
- package/bundles/index.js +0 -1
- package/package.json +4 -4
package/bundles/index.esm.js
CHANGED
@@ -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.
|
3
|
+
"version": "4.0.0-alpha.68",
|
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.
|
30
|
-
"@textbus/platform-browser": "^4.0.0-alpha.
|
29
|
+
"@textbus/core": "^4.0.0-alpha.68",
|
30
|
+
"@textbus/platform-browser": "^4.0.0-alpha.68",
|
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": "
|
51
|
+
"gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
|
52
52
|
}
|