This commit is contained in:
2018-11-28 01:10:31 +00:00
parent 4d972605ae
commit 35abbf6d8c
2 changed files with 12 additions and 1 deletions

View File

@@ -72,6 +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);
next();
});
},