Closed rugia813 closed 5 years ago
add a function 'registerModule' to storeBuilder. if vuexStore() has been called, we can register module like:
storeBuilder.registerModule('Auth')
also add a test for this function, and delete wrong-order test, since it's not a problem anymore.
tested on my app, it works fine.
20
add a function 'registerModule' to storeBuilder. if vuexStore() has been called, we can register module like:
also add a test for this function, and delete wrong-order test, since it's not a problem anymore.
tested on my app, it works fine.