ergonode / vuems

A simple mechanism to transform a monolithic Vue application into an application based on Micro Services architecture
https://vuems.ergonode.com
Open Software License 3.0
78 stars 9 forks source link

Wrong order of loading methods #36

Closed bleto closed 2 years ago

bleto commented 2 years ago

wrong order of loading methods.

Methods loaded before all modules are loaded, are run through 'Promise.all()' method, you should run them in the right order when calling methods with 'await'.