zova-jsx 1.1.22 → 1.1.24
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/dist/index.js +3 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -215,6 +215,9 @@ class ZovaJsx extends BeanSimple {
|
|
|
215
215
|
return beanInstance.execute(props, renderContext, next);
|
|
216
216
|
}
|
|
217
217
|
render(componentOptions, props, celScope, renderContext) {
|
|
218
|
+
if (!componentOptions) {
|
|
219
|
+
throw new Error(`render component should not ${componentOptions}`);
|
|
220
|
+
}
|
|
218
221
|
props = props ?? {};
|
|
219
222
|
componentOptions = this.normalizeComponenOptions(componentOptions);
|
|
220
223
|
// vIf
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-jsx",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.1.24",
|
|
4
|
+
"gitHead": "d563793616470b0a025349b57a8225427ae1934b",
|
|
5
5
|
"description": "Zova JSX",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ioc",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"@cabloy/word-utils": "^2.1.8",
|
|
46
46
|
"typestyle": "^2.4.0",
|
|
47
47
|
"vue": "^3.5.32",
|
|
48
|
-
"zova-core": "^5.1.
|
|
48
|
+
"zova-core": "^5.1.22"
|
|
49
49
|
}
|
|
50
50
|
}
|