2👍
- Your module name is registered under
algo1
name. - If you want to call it
Algo1Module
then register it in the store like that:
modules: {
Algo1Module: algo1,
}
Source:stackexchange.com
2👍
algo1
name.Algo1Module
then register it in the store like that:modules: {
Algo1Module: algo1,
}