updated
This commit is contained in:
@@ -304,9 +304,6 @@ export class App extends Boot {
|
|||||||
const regModule = App.registry[ id.charAt(0).toUpperCase() + id.slice(1) ];
|
const regModule = App.registry[ id.charAt(0).toUpperCase() + id.slice(1) ];
|
||||||
|
|
||||||
if (regModule) {
|
if (regModule) {
|
||||||
|
|
||||||
console.log( section )
|
|
||||||
|
|
||||||
App.instance = new regModule;
|
App.instance = new regModule;
|
||||||
App.instance[ section[1] ] ();
|
App.instance[ section[1] ] ();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user