[Vuejs]-Renaming Vuex module thinks the old one is still there

0👍

If you are persisting your store using either cookies or localStorage, Ctrl+Shift+Delete your browser (delete your cache) because it might still be having a reference the old module. Again, this will only work if the error is originating from your browser and not the terminal or IDE. If it fails, you can try a private browser window or use a different browser altogether

Leave a comment