I am currently working with the Quasar framework and I am trying to add a store module. Despite running the quasar new store <name>
command, I keep receiving the message "No vuex store detected" in the browser console. Any idea where the issue might be? Thank you.