[Vuejs]-Vuex getter produces white page

0👍

You say this is a getter problem, but I use getters all the time and they do work.
An unused getter should just get ignored.

I don’t see syntax issues in your code. That doesn’t rule that out, but it does make it less likely.

So I wonder if you’ve checked for errors in your console, or anything like that?

Leave a comment