mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
feat(projects): 添加表格页面示例
This commit is contained in:
@@ -2,11 +2,11 @@ import { useAuthChangeEvent } from './auth';
|
||||
|
||||
export function useGlobalEvent() {
|
||||
/** 初始化全局监听事件 */
|
||||
function initGlobalListener() {
|
||||
function initGlobalEventListener() {
|
||||
useAuthChangeEvent();
|
||||
}
|
||||
|
||||
return {
|
||||
initGlobalListener
|
||||
initGlobalEventListener
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user