修正示例-主题编辑器-其他变量中的combo组件报错 (#4499)

* docs: 修复线上bug,内外网都发一版 1.9.1-beta.21

* docs: 修正示例-主题编辑器-其他变量中的combo组件报错
This commit is contained in:
刘丹 2022-05-30 21:45:47 +08:00 committed by GitHub
parent 89f3271809
commit 8395b4bb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: '变量名',