mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
插件就绪事件示例
This commit is contained in:
parent
fdd9a346a5
commit
561b9229a0
@ -21,7 +21,7 @@ export class DemoCommEvent {
|
|||||||
* 插件已就绪
|
* 插件已就绪
|
||||||
*/
|
*/
|
||||||
@Event(EVENT_PLUGIN_READY)
|
@Event(EVENT_PLUGIN_READY)
|
||||||
async pluginReady(keyName: string) {
|
async pluginReady() {
|
||||||
console.log('插件已就绪', keyName);
|
// TODO 插件已就绪
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user