Skip to content

Commit

Permalink
fix(components): compat the old versions [兼容旧版本]
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 25, 2023
1 parent e419625 commit 586a047
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vue/src/libs/admin-layout/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ import type { LayoutProps } from './types';
/** 布局组件的滚动元素id默认值 */
export const LAYOUT_SCROLL_EL_ID = '__SCROLL_EL_ID__';

/**
* @deprecated 请使用 LAYOUT_SCROLL_EL_ID
*/
export const SCROLL_EL_ID = LAYOUT_SCROLL_EL_ID;

/** 最大的zIndex值 */
export const LAYOUT_MAX_Z_INDEX = 100;

Expand Down

0 comments on commit 586a047

Please sign in to comment.