Pauli
Pauli
the attribute may contain html attribute
源码下载后运行时发现这些小问题: 1. package.json 中 http://registry.npm.alibaba-inc.com 是公司内网才能访问的吧?是的,直接改成 https://registry.npmmirror.com 2. tnpm 也是内部 npm 命令吧?是的,直接改成 yarn 或者 npm 3. 目录不存在`cd packages/xconsole-example`,应该是 `example/xconsole-example` 吧? 4. 缺少依赖,添加后 @alicloud/console-toolkit-plugin-xconsole-fs-route,再提示 node_modules/@alicloud/console-toolkit-plugin-xconsole-fs-route/lib/index.js 不存在,需要先编译一下吗?是的 5. 还是跑不通:`Module not found: Error:...
## 无法设置图标“原子组件” ** 打开官方 demo: https://lowcode-engine.cn/demo/demo-general/index.html 拖拽原子组件:图标 😊 点击设置时,浏览器控制台出错:t.exportSchema is not a function 如果第一次不出错,点击其他元素进行设置后,再点击编辑器中的图标 😊,出现上面的错误。 ### page schema ``` { "version": "1.0.0", "componentsMap": [ { "package": "@alilc/lowcode-materials", "version": "1.0.5", "exportName":...
add two options for fetch data: headers and post data
Only syntax refactor, 1. remove unused `return null`; 2. `a in b` write in `b.a` will more clear; 3. wrappers only have one property helper; 4. `_restore` and `_destroy` were...