mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
修正示例-主题编辑器-其他变量中的combo组件报错 (#4499)
* docs: 修复线上bug,内外网都发一版 1.9.1-beta.21 * docs: 修正示例-主题编辑器-其他变量中的combo组件报错
This commit is contained in:
parent
89f3271809
commit
8395b4bb3a
@ -135,7 +135,7 @@ export default {
|
|||||||
type: 'combo',
|
type: 'combo',
|
||||||
multiple: true,
|
multiple: true,
|
||||||
name: 'config.theme._otherVars',
|
name: 'config.theme._otherVars',
|
||||||
body: [
|
items: [
|
||||||
{
|
{
|
||||||
type: 'input-text',
|
type: 'input-text',
|
||||||
placeholder: '变量名',
|
placeholder: '变量名',
|
||||||
|
Loading…
Reference in New Issue
Block a user