We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4012ee3 commit 5fc3d50Copy full SHA for 5fc3d50
src/di/index.ts
@@ -96,7 +96,6 @@ export function resolveComponent(target: { new (...args: []): any }) {
96
resolveProviders,
97
parent,
98
)
99
- console.log(11111, injector)
100
if (options?.globalStore) {
101
// 如果作为全局的服务,则注入到根上面
102
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
0 commit comments