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