first commit
This commit is contained in:
9
resources/frontend/core/arch/builder.js
Normal file
9
resources/frontend/core/arch/builder.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export default class Builder {
|
||||
routerConfig = {};
|
||||
|
||||
constructor(moduleContext) {
|
||||
this.moduleContext = moduleContext;
|
||||
this.routerPrefix =
|
||||
(moduleContext.getRouterPrefix().startsWith('/') ? '' : '/') + moduleContext.getRouterPrefix();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user