fix(plugin-workflow-manual): fix initializer (#3170)

This commit is contained in:
Junyi 2023-12-09 15:17:01 +08:00 committed by GitHub
parent a2be1a0e33
commit 7bb50fea34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ export default class extends Plugin {
// You can get and modify the app instance here // You can get and modify the app instance here
async load() { async load() {
this.addComponents();
// this.app.addProvider(Provider); // this.app.addProvider(Provider);
const workflow = this.app.pm.get('workflow') as WorkflowPlugin; const workflow = this.app.pm.get('workflow') as WorkflowPlugin;
const manualInstruction = new Manual(); const manualInstruction = new Manual();