TinyGrid如何配置动态编辑 #1230
chilingling
started this conversation in
Show and tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
简单编辑
操作流程
onEditClosed
事件对应的核心 schema:
对应的高码:
其他 FAQ
如何设置编辑组件属性?
查看 @opentiny/vue 的文档
可以得知,我们可以这样给编辑器设置属性:
所以,我们还可以在上面第2步这样设置:
注意:这里可以绑定的属性不包括 modelValue(TinyVue 组件限制)
通过编辑器插槽设置编辑器(WIP)
OpenTiny vue 的文档中,我们可以这样设置编辑器插槽:
所以我们可以进行如下操作,在设计器中进行实现
操作流程(WIP)
对应的 schema
对应的高代码
Beta Was this translation helpful? Give feedback.
All reactions