Commit 05180ea0 authored by Jannik Lehmann's avatar Jannik Lehmann

Refactored dependencies injection

parent 80acb387
......@@ -21,7 +21,7 @@ export default () => {
DependenciesApp,
},
store,
provide: () => provide,
provide,
render(createElement) {
return createElement(DependenciesApp);
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment