You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
Title: 🐛 [Bug]: Components in custom rendering functions. If the page is not introduced, there will be problems with the preview page and the code output page.
Bot detected the issue body's language is not English, translate it automatically.
The current code output does not support detecting components used in custom rendering functions and generating corresponding import statements.
It is recommended to implement it through slots:
Environment
mac 12
Version
node 18.18.0
Version
baranch develop
Link to minimal reproduction
编辑器页面,编辑表格列选项 -> 自定义渲染函数 -> 使用未引入的组件
预览页面,vue因为找不到组件导致渲染报错,因为页面没有import导入
Step to reproduce
拖入表格, 表格列自定义渲染函数, 使用页面未使用过的组件, 预览渲染出错,出码出错,组件未导入
What is expected
渲染函数中组件页面没有导入,正常渲染
What is actually happening
渲染出错, 预览,出码均有问题
What is your project name
项目二开
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: