mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-06-21 17:39:57 +08:00
更新到3.0.6:
1. JS代码编辑器增加语法错误提示; 2. 修复lib-render打包丢失svg图标的问题; 3. 修复其他少量bug。
This commit is contained in:
@ -82,7 +82,7 @@ export const loadExtension = function (app) {
|
||||
/* type属性映射已存在,无须再注册,故只需注册属性编辑器即可!! */
|
||||
app.component('alert-type-editor',
|
||||
PEFactory.createSelectEditor('type', 'extension.setting.alertType',
|
||||
{optionItems: typeOptions}))
|
||||
{optionItems: typeOptions}))
|
||||
|
||||
PERegister.registerCPEditor(app, 'alert-description', 'alert-description-editor',
|
||||
PEFactory.createInputTextEditor('description', 'extension.setting.description'))
|
||||
|
Reference in New Issue
Block a user