Replies: 1 comment
-
自定义插件不显示的说明一、问题描述:用户第一次加载 TinyEngine 应用,缓存插件到浏览器 localStorage, 二、预计修复版本:v2.5 三、临时处理:用户在新增自定义插件后,手动清空浏览器缓存后重试即可 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
升级新版本时需要注意,由于更新原有插件位置枚举,
会使得原有项目的插件升级之后,不显示在左侧的插件列表,
自定义组件需要更新相应的位置信息。
文件位置:
packages/layout/src/composable/useLayout.ts
新版本的插件位置枚举:
Beta Was this translation helpful? Give feedback.
All reactions