Merge pull request #219 from zmlnf/fix/createDrawer

fix: type missMatch
This commit is contained in:
Ah jung
2023-03-09 08:54:05 +08:00
committed by GitHub

View File

@@ -92,7 +92,7 @@
isDrawer: false,
subLoading: false,
formParams: defaultValueRef(),
placement: 'right',
placement: 'right' as const,
alertText:
'该功能主要实时预览各种布局效果,更多完整配置在 projectSetting.ts 中设置,建议在生产环境关闭该布局预览功能。',
});