mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-04 21:19:27 +08:00
fix(client): export essential hook (#5702)
This commit is contained in:
parent
c1fdccec0b
commit
665ed25987
@ -18,6 +18,8 @@ __E2E__=true
|
|||||||
|
|
||||||
# 启用 mock-collections 插件
|
# 启用 mock-collections 插件
|
||||||
APPEND_PRESET_BUILT_IN_PLUGINS=mock-collections
|
APPEND_PRESET_BUILT_IN_PLUGINS=mock-collections
|
||||||
|
# Load preset local plugins for testing
|
||||||
|
APPEND_PRESET_LOCAL_PLUGINS=
|
||||||
|
|
||||||
API_BASE_PATH=/api/
|
API_BASE_PATH=/api/
|
||||||
API_BASE_URL=
|
API_BASE_URL=
|
||||||
|
@ -12,7 +12,7 @@ export * from './FixedBlock';
|
|||||||
export * from './FixedBlockDesignerItem';
|
export * from './FixedBlockDesignerItem';
|
||||||
export * from './Page';
|
export * from './Page';
|
||||||
export * from './Page.Settings';
|
export * from './Page.Settings';
|
||||||
export { PagePopups } from './PagePopups';
|
export { PagePopups, useCurrentPopupContext } from './PagePopups';
|
||||||
export { getStoredPopupContext, storePopupContext } from './pagePopupUtils';
|
export { getStoredPopupContext, storePopupContext } from './pagePopupUtils';
|
||||||
export * from './PageTab.Settings';
|
export * from './PageTab.Settings';
|
||||||
export { PopupSettingsProvider, usePopupSettings } from './PopupSettingsProvider';
|
export { PopupSettingsProvider, usePopupSettings } from './PopupSettingsProvider';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user