chilingling
chilingling
@leeron-obj 你好,可以给我们提个PR
@lizhijie429 @leeron-obj #1050 已更新,欢迎升级查看是否满足需求
已知问题,关联 issue: #261
您好,请问方便详细描述下您想要的 feature,以及使用方式嘛? 比如:您希望我们暴露出来哪些内置组件,您可以通过什么方式进行使用、拓展?
 有冲突,麻烦解决一下冲突 @BWrong
#1050 fixed
TinyEngine 的组件依赖版本与物料依赖版本无关。物料出码的版本是根据物料配置的版本进行出码。 比如在 mockServer 中,实际出码的版本以 `mockServer/src/mock/get/app-center/v1/apps/schema/918.json` 路径中的 `componentsMap` 值为准。 比如: ```json { "componentsMap": [ { "componentName": "TinyCarouselItem", "package": "@opentiny/vue", "exportName": "CarouselItem", "destructuring": true, "version": "3.16.0" } ] } ``` 则生成出码写入到...
【问题分析】 1. 用户物料npm配置不对,导致出码结果会不对。需要更改 npm 配置 ```json { "npm": { "package": "element-plus", "version": "2.4.2", "script": "https://unpkg.com/[email protected]/dist/index.full.mjs", "css": "https://unpkg.com/[email protected]/dist/index.css", "dependencies": null, "exportName": "ElCol", // 需要加上解构为 true 的配置,ElRow 物料也需要加 "destructuring": true } }...
您好,麻烦确认下,新建区块不选择分类保存之后。打开区块管理插件,此时接口 `/material-center/api/blocks` 返回的结果中,是否有新建的区块? @Lymanli
@Lymanli 麻烦确认下,添加的区块是否正确关联了 918 这个应用。 @lu-yg 可以看看该 issue 能否复现