This commit is contained in:
@@ -72,8 +72,8 @@ export default {
|
||||
beforeRouteEnter(to, from, next) {
|
||||
//get lt, roles, populate top level components accordingly
|
||||
lt.fetch(["Inventory"]).then(() => {
|
||||
//attempt to init widgetlist before it's mounted!?
|
||||
WidgetList.methods.init(lt);
|
||||
//init widgetlist
|
||||
WidgetList.init();
|
||||
next();
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user