mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-03-01 00:23:11 +08:00
Merge pull request #219 from zmlnf/fix/createDrawer
fix: type missMatch
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
isDrawer: false,
|
isDrawer: false,
|
||||||
subLoading: false,
|
subLoading: false,
|
||||||
formParams: defaultValueRef(),
|
formParams: defaultValueRef(),
|
||||||
placement: 'right',
|
placement: 'right' as const,
|
||||||
alertText:
|
alertText:
|
||||||
'该功能主要实时预览各种布局效果,更多完整配置在 projectSetting.ts 中设置,建议在生产环境关闭该布局预览功能。',
|
'该功能主要实时预览各种布局效果,更多完整配置在 projectSetting.ts 中设置,建议在生产环境关闭该布局预览功能。',
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user