@chamn/render 0.3.0 → 0.3.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -7
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -4062,13 +4062,9 @@ class Ah {
|
|
|
4062
4062
|
*/
|
|
4063
4063
|
O(this, "processNodeConfigHook");
|
|
4064
4064
|
/** 请求 API */
|
|
4065
|
-
O(this, "requestAPI", async (e) =>
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
a: 5555
|
|
4069
|
-
});
|
|
4070
|
-
}, 100);
|
|
4071
|
-
})));
|
|
4065
|
+
O(this, "requestAPI", async (e) => {
|
|
4066
|
+
throw console.log(e), new Error("Need to implement requestAPI for Render");
|
|
4067
|
+
});
|
|
4072
4068
|
}
|
|
4073
4069
|
/**
|
|
4074
4070
|
* 根据 node 获取对应渲染的组件
|